{
"requestId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"data": [
{
"id": "comment-uuid-002",
"roomId": "room-uuid-abc",
"text": "The issue has been resolved.",
"type": "comment",
"mentions": [],
"sender": {
"id": "user-uuid-456",
"name": "Agent Name"
},
"createdAt": "2026-02-27T11:05:00Z"
},
{
"id": "comment-uuid-001",
"roomId": "room-uuid-abc",
"text": "@John Doe Please review this case.",
"type": "comment",
"mentions": [
{
"userId": "user-uuid-123",
"name": "John Doe"
}
],
"sender": {
"id": "user-uuid-789",
"name": "Admin User"
},
"createdAt": "2026-02-27T11:00:00Z"
}
],
"page": 1,
"pageSize": 20,
"total": 2,
"lastPage": 1
}