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