4xx Client Error
I don't understand the format of data you sent me. Please send it as JSON, XML, or another format I support.
Use 415 when the request content type or content coding is not supported for this resource or method.
POST https://api.example.test/api/users
# Headers
Content-Type: application/xml415 Unsupported Media Type
# Headers
Content-Type: application/json
# Body
{
"error": "unsupported_media_type"
}Endpoint only accepts JSON, not XML payloads