Hi, I'm trying to use RestSharp to connect to our SugarCRM REST API to update a record in the Opportunities module. I used the support page on /module/:record PUT and the PHP example to determine the right syntax for building my RestRequest, however I…