Jici
9
So this is because it won’t read the url encoded with querystring (most api will accept it but not all).
In this case, you need to do that:
Put all your parameters into the body JSON, but instead as json, set it as
grant_type=authorization_code&code=yourcode&… (all key,value pair separated with &)