{
"search_text": "string",
"limit": 50,
"country_code": "US"
}curl --location --request POST 'https://api-public.groundtruth.com/search/neighborhoods?tenant_id&account_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"search_text": "string",
"limit": 50,
"country_code": "US"
}'[
{
"type": "behavior",
"id": "string",
"name": "string",
"description": "string",
"sensitivity": 0,
"location_group_metadata": {
"type": 0,
"url": "string",
"accepted": 0,
"rejected": 0,
"invalid": 0,
"conflict": 0
}
}
]