curl --location 'http://127.0.0.1:8000/api/alerts/1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {}' \
--header 'Content-Type: application/json'{
"message": "Alert found successfully",
"data": {
"id": 1,
"security_event": "multiple_failed_logins",
"title": "Brute Force Detected",
"description": "Suspicious multiple login attempts.",
"status": "pending"
}
}