Script to send multipart (including text and binary) RestAPI
I've successfully submitted a multi-part Rest API, so I'll post an example Script.This Script is sent using an attachment as a multi-part body.Attachments are multi-part data that includes text and binary data. Examples include JSON and PDF. I use "B...
