Login and return the auth token

Request
Request Body schema: application/json
object (UserKey)
password
string
Responses
200

OK

401

Unauthorized

post/user-service/v1/user/login
Request samples
application/json
{
  • "userKey": {
    },
  • "password": "string"
}
Response samples
application/json
"auth-token"