#!/usr/bin/env bash curl -X POST http://localhost:3000/webhook/ppp \ -H "Content-Type: application/json" \ -H "X-API-Key: MySuperSecretToken123!" \ -d '{ "user": "john_doe", "ip": "10.0.0.5", "status": "up" }'