Some APIs like FreshDesk don't follow HTTP standards and set weird requirements on multipart form-data requests.
In particular, FreshDesk API fails if the parameter name is not wrapped in quotation marks (see #1744).
To solve that, RestSharp could optionally add quotation marks for form data parameter names (multipart only).