Renew the JWT using the Refresh Token and User Id from login.
The name of the target tenant (e.g. acme).
The renew token body.
The payload message for renew token requests.
The renew token obtained during the user login.
The identifier of the user gained the JWT token initially.
The tenant id.
Renew succeeded.
The response message for renew token request.
The new JWT token to be used as bear token in the authenticated requets.
The timestamp when the token will expire and must be refreshed.
The Refresh token to be used to obtain a new JWT token.
The id of the authenticated user.
The id of the target tenant.
Token cannot be renewed because not yet expired.
User not authenticated.
The error response.
User not authorized.
The error response.
Resource was not found.
The error response.
API call rate limit exeeded.
The error response.
Internal server error.
The error response.