108109110111112113114
long guestId = AuthHelper.getGuestId(); List<Notification> notifications = notificationsService.getNotifications(guestId); return Response.ok(gson.toJson(new NotificationListModel(notifications))).build(); }