Examples/Safe_Ssrf_1.ps1

$uri = 'https://api.example.com/status'
Invoke-RestMethod -Uri $uri | Out-Null