I'm trying to use the Api directly on the front end, but I'm getting this CORS error strict-origin-when-cross-origin.
httpOptions = {
headers: new HttpHeaders({
'Content-Type': 'application/json',
'Authorization': 'Bearer ....',
'Access-Control-Allow-Origin': '*'
})
};
doest not Intercom apis work in the client side?