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