It seems like the response content type isn't supported. Supported response content type is 'application/json
As mentioned in the error, could you please check the response from other clients like your browser or POSTMAN ?
If your request includes a body (like a POST or PATCH request), make sure the Content-Type
header is set correctly to match the format of the data you are sending.