curl --location -g --request GET 'https://advertising-api.amazon.com/v2/reports/{{reportId}}/download' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json'
{}