Hi Mohit
I could not find mention of reverse geocoding using cell tower.
But you can find respective area's latitude and longitude from pin code/area using below commands.
curl -X GET "https://atlas.microsoft.com/search/address/json?subscription-key=<apikey>&api-version=1.0&language=en-US&query=<pincodeofarea or areaname>"
Hope it helps.
Thank you.