Surface/api/Passport/Deal Abuse Report.bru
2025-03-16 01:39:05 +08:00

19 lines
229 B
Plaintext

meta {
name: Deal Abuse Report
type: http
seq: 3
}
put {
url: {{endpoint}}/cgi/id/reports/abuse/6/status
body: json
auth: inherit
}
body:json {
{
"status": "rejected",
"message": "Not a good reason"
}
}