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

---

- **check_user**

- Endpoint: /check_user

- Method: post

- Params :
    Token in header

- Content-Type: text/html, application/json
- Output: User detail object

------

- **check_mobile**

- Endpoint: /check_mobile

- Method: post

- Params :

    mobile

- Content-Type: text/html, application/json
- Output: Show how user login

------

- **verify_code**

- Endpoint: /verify_code

- Method: Post

- Params :
    mobile
    verification_code

- Content-Type: text/html, application/json
- Output: show how to login

------

- **set_password**

- Endpoint: /set_password

- Method: post


- Params :

    mobile
    password

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

------

- **login**

- Endpoint: /login

- Method: post

- Params :
    mobile
    password

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