Use refresh token to get new access token
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
RefreshRequest defines the token refresh request payload
RefreshToken is the token used to obtain a new access token
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Token refreshed successfully
TokenResponse defines the authentication response payload