For atlas.microsoft.com/search/address/reverse - in the documentation at https://docs.microsoft.com/en-us/rest/api/maps/search/get-search-address-reverse#uri-parameters - it has an example sending a lat/long and returning (in part) - this address: 31 N 2nd St, San Jose CA 95113 - which is US Post office standard.
when I do the same exact thing with my subscription key - I get this: 21 North 2nd Street, San Jose, CA 95113 - which has a different house number but is also not United States post office standard.
How do I get the return information to be in the post office standard format?
thanks