<p>Base Api URL : http://localhost:8000/api/v1/</p>

- **forgot_password**

- Endpoint: /forgot_password

- Method: post

- Params :

    mobile

- Content-Type: text/html, application/json
- Output: otpCode

------

- **verify_reset_code**

- Endpoint: /verify_reset_code

- Method: post

- Params :
    mobile
    verification_code

- Content-Type: text/html, application/json
- Output:

------

- **reset_password**

- Endpoint: /reset_password

- Method: Post

- Params :
    mobile
    password

- Content-Type: text/html, application/json
- Output:
