Files
api-meditation/questions/get-questions.bru
T
2026-05-19 19:25:56 +03:30

21 lines
222 B
Plaintext

meta {
name: get-questions
type: http
seq: 1
}
get {
url: {{baseUrl}}/questions/?tag=اظطراب
body: none
auth: inherit
}
params:query {
tag: اظطراب
~category:
}
settings {
encodeUrl: true
}