HTTP Request Headers
On a POST or PUT request, the content type request header should be one of the content types supported by HMP for that specific API endpoint, either:
application/json
application/octet-stream
If the content type is different, the HTTP error 415 Unsupported Media Type
is returned.