AuthService
RefreshToken exchanges a valid refresh token for a new access token. The refresh token is read from the HttpOnly cookie. Returns a new short-lived access token.
post/api/v1/auth/refresh
Request body
RefreshTokenRequest required
Response
OK