{
"data": [
{
"id": 1,
"name": "room-2",
"last_message": {
"message": "Hello, world! message 2 last",
"created_at": "2024-12-03 14:06:14"
},
"participants": [
{
"id": 2,
"name": "edwin",
"role": "user"
},
{
"id": 1,
"name": "Admin",
"role": "admin"
}
],
"created_at": "2024-12-03T12:53:04.000000Z"
}
],
"links": {
"first": "http://localhost/api/cms/v1/chat/room?page=1",
"last": "http://localhost/api/cms/v1/chat/room?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://localhost/api/cms/v1/chat/room?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "http://localhost/api/cms/v1/chat/room",
"per_page": 10,
"to": 1,
"total": 1
}
}