API-8005
The request body is not valid JSON
Why it happens
Rabt could not read the request body because it is not valid JSON (for example a quote, bracket or comma is missing), so the request was not processed.
What to do
Send the body as valid JSON with the Content-Type header application/json, then try again.
- HTTP status
- 400
- Retrying does not help