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