This commit is contained in:
2026-06-10 12:12:59 +03:30
parent fc732ae75f
commit 3da6549edb
6 changed files with 111 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
meta {
name: submit feedback
type: http
seq: 2
}
post {
url: {{baseUrl}}/app-feedback
body: json
auth: inherit
}
body:json {
{
"stars": 4,
"content": "هیچ راه واحدی برای مدیتیشن وجود ندارد"
}
}
settings {
encodeUrl: true
timeout: 0
}