auth
Registers a new account
post/auth/register
Request body
Example request
{
"login": "john@jjf.com",
"password": "8yfqwiuy@!$",
"fname": "John",
"lname": "Smith"
}Response
successful registration
Example response
{
"status": "OK",
"user_id": 979877
}Changes
No recorded changes to this endpoint across all 1 revision of this API.