curl --location -g --request GET 'https://advertising-api.amazon.com/v2/reports/{{reportId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json'
{
"reportId": "amzn1.clicksAPI.v1.p1.xxxxxxxxxxx",
"status": "IN_PROGRESS",
"statusDetails": "Report generation is in progress."
}