curl --location -g --request GET 'https://staging.api.adlyft.otomatika.net/api/v1//meta/audience/estimate?adAccountId=' \
--header 'x-api-key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"targeting": {
"geoLocations": [
{ "type": "country", "id": "US" }
],
"ageMin": 25,
"ageMax": 45,
"genders": [1],
"interests": [
{ "id": "6003139266461", "name": "Technology" }
]
},
"optimizationGoal": "REACH"
}'{}