unsupported_media_type
A request with a body declared a `Content-Type` other than `application/json`.
| Code | Type | HTTP | Category |
|---|---|---|---|
unsupported_media_type | invalid_request_error | 415 | Request |
Cause
A request with a body declared a Content-Type other than application/json.
What to do
Set Content-Type: application/json and serialise the body as JSON.
Message returned by the API
Only Content-Type application/json is accepted.