If user enter wrong password then password link will show below of the password field
If user click on the reset password link : data sending to this url http://wishver.com/api/resetrequest for request password reset otp. Data format {phone: [phoneno]}
If success: true , then user redirected to password reset page
User need to enter otp and password
After form submit data send to this url http://wishver.com/api/resetpassword with post method and format should be {code: [string], password: [string]}