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

25 lines
274 B
Plaintext

meta {
name: store faq category
type: http
seq: 3
}
post {
url: {{baseUrl}}/faq-categories
body: json
auth: inherit
}
body:json {
{
"name": "حساب کاربری",
"order": 1,
"is_active": true
}
}
settings {
encodeUrl: true
timeout: 0
}