Invalid Content-Type header
The request has an invalid Content-Type header.
Error Message | Content-Type must be "application/json". |
Error Code | unsupported_media_type |
Status Code | 415 |
Common causes
You sent an unsupported
Content-Type
header with your request
Solutions
Make sure that your
Content-Type
header is"application-json"
.