概要
The request payload format is not supported by the server.
いつ発生するか
Returned when, for example, XML is sent where only JSON is accepted.
よくある原因
- Wrong or missing Content-Type header
- Sending a format the endpoint does not accept
解決方法
- Send the correct Content-Type (e.g. application/json)
- Convert the payload to a supported format