29 lines
426 B
Plaintext
29 lines
426 B
Plaintext
meta {
|
|
name: Feedback
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
post {
|
|
url: {{host}}/api/feedback
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
headers {
|
|
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"userID": "",
|
|
"userEmail": "",
|
|
"type": "bug",
|
|
"subject": "",
|
|
"text": "",
|
|
"tenant": "www.aisuru.com",
|
|
"captchaToken": "",
|
|
"userToken": ""
|
|
}
|
|
}
|