curl -X POST "https://kodostatus.com/api/v1/uptime-monitors" \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{
"name": "API Health Check",
"url": "https://api.example.com/health",
"interval_seconds": 300,
"service_id": "uuid"
}'