{
"data": [
{
"id": "e7597d13-2d84-4078-8de9-d3f266f81360",
"type": "test",
"data": {
"id": 1,
"test": "hgello there"
},
"is_read": false,
"created_at": "2024-12-11T11:03:50.000000Z"
}
],
"links": {
"first": "http://localhost/api/apps/v1/notification?page=1",
"last": "http://localhost/api/apps/v1/notification?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/apps/v1/notification?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "http://localhost/api/apps/v1/notification",
"per_page": 10,
"to": 1,
"total": 1
}
}