curl --location 'http://127.0.0.1:8000/api/security_events/1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {token}' \
--header 'Content-Type: application/json'{
"message": "Device found successfully",
"data": {
"id": 1,
"device_id": 1,
"user_role": "admin",
"event_type": "multiple_failed_logins",
"description": "Multiple failed login attempts detected.",
"source_ip": "10.0.0.5",
"severity": "high",
"event_date": "2026-06-05 13:46:37"
}
}