I am requesting a Sponsered Product report from Amazon's Advertising API. When I send the POST i receive the reportID. I enter the reportID as part of the GET call's path to retrieve the document. I observe the response of type 20, however the content of the response is binary code(I think).
The documentation has indicated I should receive a JSON response but that is not what I am getting back. How do i return the document in the appropriate format?
I have included an image for reference of the response.