Hi Amit, I am trying to get the access token using the POST method using
in the javascript activity with the reference of the above code. I am
passing the Client_id, Client_secret, Grant_Type, and Scope in the
header only like above. However getting an error like "invalid_client",
"unsupported_grant_acess". Can you please help me with the code for POST
method to get the access token with client_id, client_secret,
Grant_Type, and Scope to be passed in the body? Thanks,Raviteja Gundu.