curl --location -g --request POST 'https://advertising-api.amazon.com/v2/sd/{{recordType}}/report' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"reportDate": "{{date}}",
"metrics": "impressions,clicks,cost,attributedDetailPageView14d",
"tactic": "T00030"
}'
{
"reportId": "amzn1.sdAPI.v1.p1.62153428.c07f01eb-2fec-4296-acd2-611208606c30",
"recordType": "campaigns",
"status": "IN_PROGRESS",
"statusDetails": "Report is being generated."
}