curl -X POST "https://kodostatus.com/api/v1/notifications/channels" \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{
"type": "slack",
"name": "Engineering Alerts",
"config": {
"webhook_url": "https://hooks.slack.com/services/..."
}
}'