deleteNotifications

@PostMapping(value = ["/delete"])
fun deleteNotifications(@RequestHeader(value = "user-token") token: String, @RequestBody notificationIds: NotificationIdsDto?)

POST endpoint for deleting notifications