curl --location --request POST 'https://unified-dev.digit.org/egov-location/location/v11/tenant/_search?tenantId&lat&lng' \
--header 'Content-Type: application/json' \
--data-raw '{
"RequestInfo": {
"apiId": null,
"ver": null,
"ts": null,
"action": "POST",
"did": null,
"key": null,
"msgId": "5bfa85e7-dfa1-47c8-98b2-747bf552be86",
"authToken": "015da276-2b84-4295-8cb9-a9d89ff7e9a6"
}
}'
{
"ResponseInfo": {},
"Tenant": {
"code": "string",
"name": "string",
"description": "string",
"imageId": "string",
"logoId": "string",
"domainUrl": "string",
"type": "CITY",
"address": "string",
"contactNumber": "string",
"helpLineNumber": "string",
"twitterUrl": "string",
"facebookUrl": "string",
"emailId": "string",
"city": {
"name": "string",
"localName": "string",
"districtCode": "string",
"districtName": "string",
"regionName": "string",
"longitude": 0,
"latitude": 0,
"shapeFilePath": "string",
"captcha": "string"
}
}
}