So I am trying to figure out how to create a Restful API object in Blue Prism that can connect to ServiceNow. I want to create GET, POST and PUT calls. I figure out that I should use the Webservices - REST object with a Action <get/post/put> to do t...