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"
  }
}