Ringkasan
The request payload format is not supported by the server.
Kapan terjadi
Returned when, for example, XML is sent where only JSON is accepted.
Penyebab umum
- Wrong or missing Content-Type header
- Sending a format the endpoint does not accept
Cara mengatasi
- Send the correct Content-Type (e.g. application/json)
- Convert the payload to a supported format