curl --location -g --request POST 'https://advertising-api.amazon.com/v2/sp/{{recordType}}/snapshot' \
--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.xxxxxxxxxxx",
"recordType": "adGroup",
"status": "IN_PROGRESS"
}