{
"search_text": "string",
"limit": 50,
"country_code": "US"
}curl --location 'https://api-public.groundtruth.com/search/drive_to_locations?tenant_id=undefined&account_id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"search_text": "string",
"limit": 50,
"country_code": "US"
}'[
{
"type": "brand",
"id": "string",
"name": "string",
"description": "string",
"sensitivity": 0,
"location_group_metadata": {
"type": 0,
"url": "string",
"accepted": 0,
"rejected": 0,
"invalid": 0,
"conflict": 0,
"build_status": "not_required",
"is_sensitive": false
}
}
]