/home/nwrbcpcmisbeesit/public_html/nwrb-backend/routes/api.php:29:use App\Http\Controllers\Api\V1\ForgotPasswordController;
/home/nwrbcpcmisbeesit/public_html/nwrb-backend/routes/api.php:34:// Route::post('/login', [AuthController::class, 'login']) --> Default login attempts error handler
/home/nwrbcpcmisbeesit/public_html/nwrb-backend/routes/api.php:35:// ->middleware('throttle:login');
/home/nwrbcpcmisbeesit/public_html/nwrb-backend/routes/api.php:36:Route::post('/login', [AuthController::class, 'login']);
/home/nwrbcpcmisbeesit/public_html/nwrb-backend/routes/api.php:39:Route::post('/verify-otp', [AuthController::class, 'verifyOtp']);
/home/nwrbcpcmisbeesit/public_html/nwrb-backend/routes/api.php:40:Route::post('/resend-otp', [AuthController::class, 'resendOtp']);
/home/nwrbcpcmisbeesit/public_html/nwrb-backend/routes/api.php:42:Route::post('password/email', [ForgotPasswordController::class, 'sendResetLinkEmail'])->name('password.reset');
/home/nwrbcpcmisbeesit/public_html/nwrb-backend/routes/api.php:43:Route::post('password/reset', [ForgotPasswordController::class, 'resetPassword'])->name('password.update');
PROC_DONE