curl --location 'http://127.0.0.1:8000/api/incidents' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"message": "Notifications retrieved successfully",
"data": [
{
"id": "6fed7f2a-7f8a-4f6c-b7ac-ec8ab029333a",
"title": "Critical incident created",
"message": "A critical security incident requires immediate attention.",
"incident_id": 5,
"incident_title": "Critical Malware Investigation",
"severity": "critical",
"status": "open",
"read_at": null,
"created_at": "2026-06-23T12:53:14.000000Z"
}
]
}