Curl:
curl https://regscaleblob.blob.core.windows.net/catalogs/pci-dss-321.json --output PCI-DSS-v3.2.1.json
PowerShell:
Invoke-WebRequest -Uri "https://regscaleblob.blob.core.windows.net/catalogs/pci-dss-321.json" -OutFile "PCI-DSS-v3.2.1.json"
View Raw JSON in Browser