getNotifications

@GetMapping
fun getNotifications(@AuthenticationPrincipal userDetails: UserDetails, pageable: Pageable): ResponseEntity<PagedModel<Notification>>