unsupported_media_type
HTTP status: 415 Unsupported Media Type
The request body wasn’t sent as JSON.
Common causes
Section titled “Common causes”- A missing or non-
application/jsonContent-Typeheader on aPOST/PUT.
How to fix
Section titled “How to fix”Send Content-Type: application/json and a JSON body.
Example
Section titled “Example”{ "error": "unsupported_media_type", "message": "Content-Type must be application/json.", "docs_url": "https://featureflip.io/docs/management-api/errors/unsupported_media_type"}