post('auth/delete-user', [ApiAuthController::class, 'delete']); Route::middleware(['auth:sanctum', 'banned'])->group(function () { // Profile... // Route::get('profile', [ProfileController::class, 'index']); // Route::post('profile', [ProfileController::class, 'store']); });