Authorization: Bearer ********************curl --location --request GET '/user/notifications' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "string",
"data": {
"notifications": [
{
"id": "string",
"title": "string",
"message": "string",
"createdAt": "string",
"updatedAt": "string",
"isRead": true,
"sentAt": "string",
"readAt": null
}
],
"pagination": {
"total": 0,
"page": 0,
"pageSize": 0,
"totalPages": 0
}
}
}