unsupported_media_type
415 This format is not supported.
Cause
The body is not JSON or the Content-Type header is missing.
Solution
Send the body as JSON with Content-Type: application/json.
Example
{
"type": "https://developers.klantly.com/errors/unsupported_media_type",
"title": "This format is not supported.",
"status": 415,
"code": "unsupported_media_type",
"request_id": "req_01j7zq3k9x2m4n6p8r0t2v4w6y"
}