Server endpoint to request for new password email is `/api/users/forgot_password/` and to set new password is `/api/users/new_password/` Create frontend component for the same.
Server endpoint to request for new password email is
/api/users/forgot_password/and to set new password is
/api/users/new_password/Create frontend component for the same.