curl --location -g --request GET 'https://advertising-api.amazon.com/sd/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.sdAPI.p1.xxxxxxxxxxxxxxx",
"recordType": "targets",
"status": "SUCCESS",
"statusDetails": "Snapshot has been successfully generated.",
"location": "https://advertising-api.amazon.com/sd/snapshots/xxxxxxxxxxxxxxx/download",
"fileSize": 188,
"expiration": 1645559538710
}