name('real-name.notify'); Route::match(['post', 'get'], 'real_name/process', [RealNameController::class, 'process'])->name('real-name.process'); Route::post('auth_request', [AuthRequestController::class, 'store']); Route::get('auth_request/{token}', [AuthRequestController::class, 'show']);