{
"filters": [
{
"field": "name",
"values": [
"New Yor"
]
},
{
"field": "category",
"values": [
"STATE"
]
}
]
}curl --location 'https://www.amazon.com/ap/oa/locations/list' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Authorization;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Content-Type: application/json' \
--data '{
"filters": [
{
"field": "name",
"values": [
"New Yor"
]
},
{
"field": "category",
"values": [
"STATE"
]
}
]
}'