BaseUrl = http://3.27.61.194:8082/api (For now)

Forgot password APIs

{
    "email":"your email"
}

In response, it will give you an error message or a success message.

Reset password APIs

In the email, we will get this link with a token & an expiration time to check the validity of the token. and it will return boolean value.
If it returns true then it will redirect to the next API.
{
    "password":"your Password",
    "confirmPassword":"your Password"
}

In response, it will give you an error message or a success message