auth
Login with an existing user
post/auth/login
Request body
Example request
{
"username": "user",
"password": "password",
"application": "dogbin Android"
}Response
Succesfully signed in
Example response
{
"username": "user",
"key": "c6g37GHLadXI90lOb22O5136zvODZIDf7jcUk5Jw"
}