{
"adGroupIdFilter": {
"include": [
"362364343252919"
]
}
}
curl --location --request POST 'https://www.amazon.com/ap/oa/st/adGroups/list' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Authorization: {{access_token}}' \
--header 'Prefer: include=extendedData' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"adGroupIdFilter": {
"include": [
"362364343252919"
]
}
}'
{}