curl --location --request GET 'http://82.180.154.188:4352/notifications'
{
"status": "success",
"results": 1,
"data": {
"notifications": [
{
"_id": "6893bca0808bb26f1ef71e7b",
"title": "This is the notification title",
"message": "This is the notification message",
"user": {
"_id": "68378af89f567a349f209877",
"name": "ADMIN",
"email": "admin@gmail.com",
"phoneNumber": "201000000000",
"role": "ADMIN",
"phoneVerified": true,
"accountStatus": "ACTIVE",
"__v": 0,
"location": {
"type": "Point",
"coordinates": [
34,
23
],
"area": "خميس مشيط",
"floorNo": "54554"
},
"fireBaseToken": "wwwww"
},
"createdAt": "2025-08-06T20:35:44.219Z",
"updatedAt": "2025-08-06T20:35:44.219Z",
"__v": 0
}
]
}
}