const response = await fetch('https://prepc-real.headline.net/cats-gateway-auth2/auth2/user', {
method: 'POST',
headers: {
"trace": "text",
"company": "text",
"Content-Type": "application/json"
},
body: JSON.stringify({
"accessToken": "6f60d5e7-9b31-429c-84f1-a0a927d40961"
}),
});
const data = await response.json();