{
"audience_ids": [
"string"
]
}curl --location --request POST 'https://api-public.groundtruth.com/audiences/recommendations?tenant_id&account_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"audience_ids": [
"string"
]
}'{
"recommendations": [
{
"id": "string",
"type": "string",
"name": "string",
"size": 0,
"description": "string",
"sensitivity": 0,
"backend_key": "string",
"sic_code": "string",
"location_group_metadata": {
"type": 0,
"url": "string",
"accepted": 0,
"rejected": 0,
"invalid": 0,
"conflict": 0
}
}
]
}