bruno/memori-dashboard/Internal/Feedback.bru

29 lines
426 B
Plaintext
Raw Normal View History

2025-03-26 16:44:26 +01:00
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": ""
}
}