Previously --form was ussed which relied on a file part turning the request into a --multipart one. Switching to --multipart makes the intent of the request more clear and also simplifies sending parts that aren't file-based. Closes gh-771
Previously --form was ussed which relied on a file part turning the request into a --multipart one. Switching to --multipart makes the intent of the request more clear and also simplifies sending parts that aren't file-based. Closes gh-771