Get Session is not working-

Hi, I have tried with local and my company domain, in the both case, it only shows CORS error s follows.
i have try all of ways

API : https://live.abdm.gov.in/gateway/v0.5/sessions
method : POST
payload:
{
“clientId”: “XYZ_002020”,
“clientSecret”: “xxxxx-xxxxx-xxxxxx-xxxxxxx-xxxxxx”,
“grantType”:“client_credentials”
}

headers: {
‘Content-Type’: ‘application/json’,
‘Cookie’: ‘TS011c04bd=01445fed04917f4e4898c8b8811fc36c38d165c81ab9f7a203ab326410b295ea525b22c9988a8c48f6b53be2f7a7abb2dfbb10f1f5’
},

Please help me on this as am stuck on this for a while. I am using axios in react to make requests.