It is a service that verifies users' information by obtaining a username and password.
| URL | method |
| /api/v1/validate-user | post |
| Parameter name | Parameter Type | Explanation |
| username | string | User name |
| password | string | Password |
In response, “true” or “false” values will be returned in the IsLogin field . If the login is successful, extra user information will be returned.
| Data Label | Name | Explanation |
| LoginStatus | int | Login attempt information |
| UserName | string | Username information |
| Name | string | Name information |
| surname | string | Surname information |
| string | Email information |