I'm trying to set up an HTTP GET request to a host, the purpose of the request is to obtain the token, but I'm getting the following error:
"The provided 'HTTP' action inputs are not valid. A request body must not be included for 'GET' requests."

Then when I tested the same set of parameters in Postman, I'm able to get the results.
I did try using POST, but I'm getting a bad request as well.
