Logout session/given auth token

Logout with session/provided token. Note this is rerouted and handled by spring

Request
header Parameters
x-auth-token
required
string
Responses
200

OK

401

Unauthorized

post/user-service/v1/logout
Request samples
curl -i -X POST \
  http://localhost:8081/user-service/v1/logout \
  -H 'x-auth-token: string'