요약
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