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