curl --location -g --request GET 'https://advertising-api.amazon.com/v2/sp/snapshots/{{snapshotId}}' \
--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 ''
{
"snapshotId": "amzn1.clicksAPI.v1.p1.xxxxxxxxxxxxxxx",
"status": "SUCCESS",
"statusDetails": "Snapshot has been successfully generated.",
"location": "https://advertising-api.amazon.com/v1/snapshots/amzn1.clicksAPI.v1.p1.xxxxxxxxxxxxxxx/download",
"fileSize": 128,
"expiration": 1653350400000
}