'(:all)read-all-notifications.json', 'method' => 'GET', 'action' => function () { $newNotifications = kirby()->user()->readAllNotifications(); return $newNotifications; } ];