curl -X POST "https://kodostatus.com/api/v1/incidents" \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{
"title": "Database connectivity issues",
"status": "investigating",
"severity": "major",
"message": "We are investigating reports of database issues",
"services": ["API", "Database"]
}'