Accepts a refresh token and returns a new JWT access token if the refresh token is valid.
The refresh token model
Model for refresh token request
Refresh token used to obtain a new access token
1OK
Model for the response containing the JWT token
JWT token that is generated after successful authentication
1