uptime-kuma-bridge/testing.sh
Eliezer Croitoru 885ec7e678 1
2026-08-11 19:04:35 +03:00

11 lines
231 B
Bash

#!/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"
}'