curl --location -g --request GET 'https://advertising-api.amazon.com/sd/snapshots/{{snapshotId}}/download' \
--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 ''
{}