We have a multi-geo tenant and we want to get all Site Collections across all locations. Currently, we try to use the next SharePoint REST API endpoint:
https://tenant.sharepoint.com/_api/search/query?querytext='contentclass:sts_site+NOT+WebTemplate:SPSPERS'&trimduplicates=false&selectproperties='Path'"
However, it returns me a list of sites in the default Geo-location. What should I use to list sites based on other available Geo-Locations?