{
"adType": "DSP",
"categoryPath": [
"string"
],
"countries": [
"string"
]
}curl --location 'https://www.amazon.com/ap/oa/audiences/taxonomy/list?advertiserId=undefined&nextToken=undefined&maxResults=undefined' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Amazon-Ads-AccountId;' \
--header 'Content-Type: application/json' \
--data '{
"adType": "DSP",
"categoryPath": [
"string"
],
"countries": [
"string"
]
}'{
"categories": [
{
"audienceCount": 0,
"category": "string"
}
],
"categoryPath": [
"string"
],
"nextToken": "string"
}