curl --location --request POST 'https://www.amazon.com/ap/oa/targets/export' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Accept: application/vnd.targetsexport.v1+json' \
--header 'Content-Type: application/vnd.targetsexport.v1+json' \
--data-raw '{
"adProductFilter": [
"SPONSORED_BRANDS","SPONSORED_PRODUCTS", "SPONSORED_DISPLAY"
]
}'
{
"exportId": "NDUxYTIyMzgtZTFjMi00MDcxLTlhOTMtZDMxYjRkMzFhNzY2LFI",
"status": "IN_PROGRESS"
}