Look up the business details for supplied addresses
/tools/address-business-details
The radius to search a supplied address for business details, this can increase the cost significantly
curl -L \ --request POST \ --url 'https://api.ecosuite.io//tools/address-business-details' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"indexes":{},"addresses":[[null]]}'
{ "places": [ [ "text" ] ] }