I’m trying to delete a user, but when I call the endpoint, the response header `Content-Type` is set to `text/html; charset=UTF-8`
https://www.docs.developers.amplitude.com/analytics/apis/user-privacy-api/#delete-users
The HTTP library I’m using in Java cannot figure out how to parse the response because it thinks its html when its actually json.