POST
/api/v1/auth/login
Login and get a token
JSON body
{
"email": "client@example.com",
"password": "secret-password",
"device_name": "Mobile app"
}