curl --location --request GET 'https://www.amazon.com/ap/oa/sd/locations' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}'
[
{
"adGroupId": 413803530857698,
"expression": [
{
"type": "location",
"value": "amzn1.ad-geo.GP-US-10005"
}
],
"expressionType": "manual",
"resolvedExpression": [
{
"type": "location",
"value": "New York, New York, US - 10005"
}
],
"state": "enabled",
"locationExpressionId": 303747983880114
}
]