I am trying to use RestClient to access a webservice using post method. I am sending the authorization token as specified but I am still getting a 403 status error which means I
If you're doing more of a REPL kind of development, it can be as easy as adding
RestClient.log = 'stdout'
to your code.
You can find other valid values in the docs.