The API supports JSON5 format in requests and responses. JSON5 is a superset of JSON which allows comments, unquoted object keys, trailing commas, and more.
To send a request with a JSON5 body, set the Content-Type header to application/json5.
To receive a response in JSON5 format, set the Accept header to application/json5.