Retrieves notifications for the current user
cURL
curl --request GET \ --url http://localhost:3000/api/notifications/get-notifications
{ "notifications": [ { "id": "<string>", "userId": "<string>", "type": "<string>", "data": {}, "isRead": true, "createdAt": 123 } ], "userNotificationInfo": { "id": "<string>", "newNotificationIds": [ "<string>" ], "lastUpdated": 123 } }
Notifications retrieved successfully
Show child attributes