HTTP
415 Unsupported Media Type
The server refuses to accept the request because the Content-Type is not supported.
When You See This Code
When sending JSON to an endpoint that only accepts XML, or missing the Content-Type header.
How to Fix
Set the correct Content-Type header matching the data format you're sending.