readNotifications

@PostMapping
fun readNotifications(@RequestHeader(value = "user-token") token: String, @RequestBody notificationIds: NotificationIdsDto?)

POST endpoint for marking notifications as read