How to upload a file in form-data format?
Hello all!I've encountered a very challenging issue where I need to upload a file along with several field information to a third-party system from ServiceNow. I chose the content type as multipart/form-data, used JSON format for the field informatio...