curl --location --request DELETE 'http://127.0.0.1:8000/api/security_events/4' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {token}' \
--header 'Content-Type: application/json'{
"message": "Security event deleted successfully"
}