feat: add faq

This commit is contained in:
2026-06-17 16:19:56 +03:30
parent 804efc8aad
commit 91b9cbc09e
10 changed files with 188 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
meta {
name: store faq
type: http
seq: 6
}
post {
url: {{baseUrl}}/faqs
body: json
auth: inherit
}
body:json {
{
"faq_category_id": 1,
"question": "چطور رمز عبورم را تغییر دهم؟",
"answer": "از بخش پروفایل، گزینه تغییر رمز عبور را انتخاب کنید.",
"order": 1,
"is_active": true
}
}
settings {
encodeUrl: true
timeout: 0
}