{"error":"invalid_client"} - postman error
When I run a POST request on postman using the form-data option to pass the body parameters, I am able to successfully retrieve the auth token.
But when I use the raw option and enter the body parameters as a JSON object, I receive the following error: {"error":"invalid_client"}
Please help!
Thanks