Last updated 3 months ago
Success
const response = await fetch('https://prepc-real.headline.net/cats-gateway-auth2/auth2/refresh', { method: 'POST', headers: { "trace": "text", "token": "text", "company": "text", "Content-Type": "application/json" }, body: JSON.stringify({ "refreshToken": "b497129d-c0ec-452d-94aa-be5c278fe8f6" }), }); const data = await response.json();
{}