Curl:
curl https://regscaleblob.blob.core.windows.net/catalogs/csa-ccm-v4.json --output CCM-V4.0.json
PowerShell:
Invoke-WebRequest -Uri "https://regscaleblob.blob.core.windows.net/catalogs/csa-ccm-v4.json" -OutFile "CCM-V4.0.json"
View Raw JSON in Browser