{
  "status": "success",
  "message": "Ticket messages retrieved successfully",
  "data": [
    {
      "id": 1,
      "ticket_id": 101,
      "sender_id": 5,
      "body": "I need help with my account",
      "created_at": "2025-09-21T15:00:00Z"
    },
    {
      "id": 2,
      "ticket_id": 101,
      "sender_id": 6,
      "body": "We're looking into this issue",
      "created_at": "2025-09-21T15:05:00Z"
    }
  ]
}
