I am getting cors error on all the APIs of Upwork. I am using a react application. Below is one of the api
axios.get('https://www.upwork.com/api/profiles/v2/search/jobs.json',{
headers: {
Authorization': `Bearer token`,
'Access-Control-Allow-Origin': '*',
}
})

CORS requests are prohibited for security reasons.