{
"disableAggregationControls": true
}
curl --location -g --request PUT 'https://advertising-api.amazon.com/amc/reporting/{{instanceId}}/workflowExecutions/b3a77999-7c8e-4289-9bf9-5da8f178536c' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-MarketplaceId: {{marketplace_id}}' \
--header 'Amazon-Advertising-API-AdvertiserId: {{advertiser_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"disableAggregationControls": true
}'
{}