POST request node not recognizing body

Found the solution in another post: POST request form data

I should do

grant_type=client_credentials

instead of

{
‘grant_type’ = ‘client_credentials’
}

1 Like