curl --location -g --request POST 'https://staging.api.adlyft.otomatika.net/api/v1//meta/targeting/search?adAccountId=' \
--header 'x-api-key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "educationMajor",
"query": "ph"
}'{
"success": true,
"data": {
"data": [
{
"key": "string",
"name": "string",
"type": "string",
"country_code": "string",
"country_name": "string",
"supports_region": true,
"supports_city": true,
"region": "string",
"region_id": 0
}
],
"paging": {
"cursors": {
"before": "string",
"after": "string"
},
"next": "string"
}
},
"message": "string",
"timestamp": "string",
"statusCode": 0
}