Login with provided user/pass and return auth token. Note this is rerouted and handled by spring
OK
Unauthorized
curl -i -X POST \ http://localhost:8081/user-service/v1/login \ -H 'Content-Type: application/x-www-form-urlencoded' \ -d username=string \ -d password=string
"string"