When sending a GET request to the API url the following error is shown:
{"message":"The request contains an entity body but no Content-Type header. The inferred media type 'application/octet-stream' is not supported for this resource."}
and in chrome console:
Failed to load resource: the server responded with a status of 415 (Unsupported Media Type)
How it is possible to solve this? I am not sure what to look for.