POST http://127.0.0.1/api/user/login
{ "mail": "test@relictum.pro", "pass": "test" }
success response: {"success":true,"auth":"5b3c7fafaa75a3e95a70ca80de6b6888"}
fail response: {"success":"false","error":"Wrong password"}
Last updated 2 years ago