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