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-Typeheader with your request
Solutions
Make sure that your
Content-Typeheader is"application-json".