curl https://api.causeflow.ai/v1/incidents/chat \
-X POST \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{
"title": "Checkout service returning 503 for EU customers",
"description": "Since approximately 14:30 UTC, our checkout service has been returning HTTP 503 errors for all requests originating from EU data centers. Logs show connection timeouts to the payment processor gateway. Initial investigation suggests the issue started after the 14:25 UTC deployment of checkout-service v2.4.1."
}'