# Login

POST <http://127.0.0.1/api/user/login>

```json
{
	"mail": "test@relictum.pro",
	"pass": "test"
}
```

```json
success response: {"success":true,"auth":"5b3c7fafaa75a3e95a70ca80de6b6888"}
```

```json
fail response: {"success":"false","error":"Wrong password"}
```
