Authorization: Bearer ********************curl --location 'http://localhost:3000/api/v1/notifications' \
--header 'Authorization: Bearer <token>'{
"message": "string",
"data": {
"meta": {
"total": 0,
"perPage": 0,
"currentPage": 0,
"lastPage": 0,
"firstPage": 0,
"firstPageUrl": "string",
"lastPageUrl": "string",
"nextPageUrl": "string",
"previousPageUrl": null
},
"data": [
{
"id": 0,
"userId": 0,
"title": "string",
"message": "string",
"payload": {
"id": 0,
"email": "string",
"reference": "string",
"phoneNumber": "string",
"avatarUrl": null,
"systemRoleId": 0,
"status": "string",
"systemRole": {
"id": 0,
"name": "string"
},
"permissions": [
"string"
],
"applicant": {
"id": 0,
"firstName": "string",
"lastName": "string",
"gender": "string",
"userId": 0,
"applicantProfile": {
"id": 0,
"applicantId": 0,
"walletAccountVerified": "string",
"lmsTransition": true,
"isSponsored": true,
"agreedToParkwayTerms": true
}
}
},
"isRead": true,
"readAt": null,
"type": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
}
}