Files
api-meditation/faq/store faq.bru
T
2026-06-17 16:19:56 +03:30

27 lines
427 B
Plaintext

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
}