$API_TOKEN=<YOUR_API_TOKEN>
$cat > input.json << 'EOF'
<{
< "providers": [
< "github",
< "stripe"
< ],
< "allowlist": {
< "github": [
< "192.30.252.0/22",
< "185.199.108.0/22",
< "140.82.112.0/20",
< "143.55.64.0/20",
< "2a0a:a440::/29",
< "2606:50c0::/32"
< ],
< "stripe": [
< "3.18.12.63/32",
< "3.69.109.8/32",
< "3.120.168.93/32",
< "3.130.192.231/32",
< "13.235.14.237/32",
< "13.235.122.149/32",
< "18.211.135.69/32",
< "35.154.171.200/32",
< "35.157.207.129/32",
< "52.15.183.38/32",
< "54.88.130.119/32",
< "54.88.130.237/32",
< "54.187.174.169/32",
< "54.187.205.235/32",
< "54.187.216.72/32"
< ]
< },
< "alert_webhook_url": "",
< "baseline_key": "DEFAULT"
<}
<EOF
$curl "https://api.apify.com/v2/actors/kingii98~webhook-sender-ip-range-drift-and-allowlist-gap-report/runs?token=$API_TOKEN" \
< -X POST \
< -d @input.json \
< -H 'Content-Type: application/json'