{
"audienceTargetingExpression": {
"audiences": [
{
"audienceId": "12345",
"groupId": "customerProvidedString1",
"negative": "false"
},
{
"audienceId": "23456",
"groupId": "customerProvidedString1",
"negative": "false"
}
]
},
"categoryFilter": [
"THIRD_PARTY"
]
}curl --location 'https://advertising-api.amazon.com/insights/topOverlappingAudiences?advertiserId=undefined&maxResults=undefined&nextToken=undefined' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Content-Type: application/vnd.topoverlappingaudiencesinputexpression.v1+json' \
--data '{
"audienceTargetingExpression": {
"audiences": [
{
"audienceId": "12345",
"groupId": "customerProvidedString1",
"negative": "false"
},
{
"audienceId": "23456",
"groupId": "customerProvidedString1",
"negative": "false"
}
]
},
"categoryFilter": [
"THIRD_PARTY"
]
}'{}