user
Gets UserLoginResponse and a new JWT Token, output http code 200 and json response
Gets UserLoginResponse and a new JWT Token
post/v2/me
Headers
Authorizationstring required
With the bearer started
Response
success, the list in Data is model.UserLoginResponse
Example response
{
"message": "success"
}