Powershell Download File
Invoke-WebRequest -Uri "https://opendata.dwd.de/climate_environment/health/alerts/s31fg.json" -OutFile "C:\s31fg-$(Get-Date -format 'yyyy-MM-dd').json"
Invoke-WebRequest -Uri "https://opendata.dwd.de/climate_environment/health/alerts/s31fg.json" -OutFile "C:\s31fg-$(Get-Date -format 'yyyy-MM-dd').json"