get('/users/notifications', [NotificationsController::class, "getNotifications"]); Route::middleware(['web', 'auth:sanctum'])->delete('/users/delete/notification/{notificationId}', [NotificationsController::class, 'deleteNotification']) ->whereNumber('notificationId');