auth
Authenticate towards the node
post/auth
Request body
Example request
{
"password": "password",
"username": "username"
}Response
Login was successful
Example response
{
"jwt": "jwt",
"error": "error"
}{
"password": "password",
"username": "username"
}Login was successful
{
"jwt": "jwt",
"error": "error"
}