curl --location -g --request POST 'https://staging.api.adlyft.otomatika.net/api/v1//meta/audience/look-alike?adAccountId=' \
--header 'x-api-key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"New Custom Audience",
"type":"AUDIENCE",
"audienceId":"120236088217850383",
"country":"EG"
}'{
"success": true,
"error": {
"code": "string",
"message": "string"
},
"timestamp": "string",
"statusCode": 0,
"path": "string"
}