{
"search_text": "string",
"limit": 50
}curl --location 'https://api-public.groundtruth.com/search/location_groups/sources?tenant_id=undefined&account_id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"search_text": "string",
"limit": 50
}'{
"brands": [
{
"category_code": "string",
"id": 0,
"name": "Foodtown"
}
],
"categories": [
{
"id": "string",
"name": "Caribbean Foods"
}
],
"location_groups": [
{
"id": 0,
"name": "string",
"description": "string",
"tenant_id": 0,
"account_id": 0
}
],
"pois": [
{
"id": 0,
"name": "string"
}
]
}