curl --location -g --request GET 'https://advertising-api.amazon.com/v2/hsa/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.62153871.dcc7dcfa-8979-47de-ab33-25b0cfcf81b0",
"status": "IN_PROGRESS",
"statusDetails": "Snapshot generation is in progress."
}