To use the component you need to pass in a binary with your Multipart/Form-Data content.
It's recommended to retrieve the Multipart/Form-Data from the response header, however, if no value is passed, the component will attempt to retrieve the boundary based on the content provided.
Additionally, you can optionally pass in a different encoding in case the data provided was sent using a different encoding,
If successful, a list of parts will be returned with the different parts of the payload.