Curl:
curl https://regscaleblob.blob.core.windows.net/catalogs/mars.json --output CMS-MARS-E.json
PowerShell:
Invoke-WebRequest -Uri "https://regscaleblob.blob.core.windows.net/catalogs/mars.json" -OutFile "CMS-MARS-E.json"
View Raw JSON in Browser