API-8023
The request body uses a character set Rabt does not read
Why it happens
The request's Content-Type names a character set (charset) that Rabt does not read JSON in, so the body was not read. Rabt reads JSON bodies in UTF-8.
What to do
Send the body in UTF-8 with the Content-Type header application/json (or application/json; charset=utf-8), then try again.
- HTTP status
- 415
- Retrying does not help