{
"data": [
{
"id": "6e2b06bf-94d7-411f-9081-24ce08864da3",
"notifiable_id": 57,
"data": {
"title": "Registration Successful",
"message": "You have successfully registered.",
"code": "SUCCESS_REGISTRATION",
"data": {
"user_id": 57,
"email": "Naomi13@hotmail.com"
}
},
"read_at": null,
"created_at": "2025-11-27T15:07:33.000000Z",
"updated_at": "2025-11-27T15:07:33.000000Z"
}
],
"links": {
"first": "http://127.0.0.1:8000/api/v1/user/notifications?page=1",
"last": "http://127.0.0.1:8000/api/v1/user/notifications?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://127.0.0.1:8000/api/v1/user/notifications?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "http://127.0.0.1:8000/api/v1/user/notifications",
"per_page": 10,
"to": 1,
"total": 1
}
}