Found the solution in another post: POST request form data
I should do
grant_type=client_credentials
instead of
{
‘grant_type’ = ‘client_credentials’
}
Found the solution in another post: POST request form data
I should do
grant_type=client_credentials
instead of
{
‘grant_type’ = ‘client_credentials’
}