curl --location 'http://127.0.0.1:8000/api/incident_comments/1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {token}' \
--header 'Content-Type: application/json'{
"message": "Incident comment found successfully",
"data": {
"id": 1,
"incident": "Critical Brute Force Incident",
"user": "analyst",
"comment": "Initial investigation started."
}
}