feat:add new
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user