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