curl --location -g --request GET 'https://advertising-api.amazon.com/reporting/reports/{{reportId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/vnd.createasyncreportrequest.v3+json' \
--data-raw ''