{
"search_text": "string",
"limit": 50
}curl --location 'https://api-public.groundtruth.com/search/location_groups/pois?tenant_id=undefined&account_id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"search_text": "string",
"limit": 50
}'{
"pois": [
{
"poi_id": 0,
"name": "string",
"display_form": "string",
"brand_id": 0,
"brand_name": "string",
"city": "",
"state": "",
"state_code": "",
"postal_code": "",
"country_code": "",
"position": {
"lat": 0,
"lng": 0
},
"match_score": 0,
"brand_logo_url": "string",
"category_icon_url": "string",
"polygon_exists": true,
"tenant_id": 0
}
]
}