API-8007
The request body is not in a format Rabt accepts
Why it happens
The request has a body whose Content-Type is not JSON. Rabt's API accepts request bodies in JSON only.
What to do
Send the body as JSON with the Content-Type header application/json, then try again.
- HTTP status
- 415
- Retrying does not help