Few days ago app store connect api response is incorrect, returns the Content-type "application/json;"
It is wrong cause there is a semicolon at the end of mime type.
Many http clients fail with 'Failed to parse the media type: application/json;'
i tested on https://api.appstoreconnect.apple.com/v1/apps/appid/appStoreVersions
After a few retries the response is correct
Please help