To create an alert via API, use the following curl command:
curl -X POST https://pager.getnitro.co.in/api/alerts \
-H "Content-Type: application/json" \
-d '{"title": "Test Alert", "description": "This is a test alert", "severity": "high"}'
This endpoint is public and doesn't require authentication for quick alert creation.