Files
api-meditation/chat topics/store chat topic.bru
T
2026-06-03 20:14:20 +03:30

26 lines
342 B
Plaintext

meta {
name: store chat topic
type: http
seq: 2
}
post {
url: {{baseUrl}}/chat-topics
body: json
auth: inherit
}
body:json {
{
"title": "هیچ راه واحدی برای مدیتیشن وجود ندارد",
"description": null,
"order": 1,
"is_active": true
}
}
settings {
encodeUrl: true
timeout: 0
}