How to make a POST request with multipart/form-data using HTTP Task?

I don’t think the default http task can send multipart, because it would need to chunk the parts instead of passing the body. One way - maybe, as I haven’t tested or checked this - is to use a service bean that is called in the body expression that would generate the correct multipart body.