Refresh access token
/api/v1/auth/refreshValidate the refresh token (read from the `refresh_token` httpOnly cookie) and issue a new access token. Subject to IP-based rate limiting.
Error responses
401Refresh token is missing or invalid429Too many refresh attempts from this IP