curl --location -g --request POST 'https://advertising-api.amazon.com/sd/{{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 '{
"tactic":"T00030"
}'
{
"snapshotId": "amzn1.sdAPI.p1.621537EA.d1f99bad-1b84-4623-b444-b65a438e9594",
"recordType": "targets",
"status": "IN_PROGRESS",
"statusDetails": "In the process of generating Snapshot."
}