const response = await fetch('https://prepc-real.headline.net/cats-gateway-auth2/auth2/token', {
method: 'POST',
headers: {
"trace": "text",
"company": "text",
"Content-Type": "application/json"
},
body: JSON.stringify({
"appId": "088b591f5fd735be62608a272f4d971f",
"code": "e06a0a7f-9332-4e5a-a539-e2dc976fd08e",
"appSecret": "262f13697a56fe059b1daa0ba2ec7b6b"
}),
});
const data = await response.json();