{
"search_text": "string",
"limit": 50
}curl --location --request POST 'https://api-public.groundtruth.com/search/tenants' \
--header 'Content-Type: application/json' \
--data-raw '{
"search_text": "string",
"limit": 50
}'{
"items": [
{
"id": 0,
"name": "string"
}
]
}