The string used to define multipart boundaries and the end of body.
Append a part to the multipart form data.
The part name.
The part data.
Optional
options: OptionsPass headers in the options for custom part headers.
After appending data, use toString() to concatenate the form data for your request.
Class to build and concatenate multipart form data