V2Refresh Token
RefreshTokenRequestBody
User data
const response = await fetch('/v2/auth/refresh', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "description": "text", "status": "text" }