httpie upload file code example
Example 1: upload with httpie
// The "keyName" must be the same the server is expecting
http http://address.com/api [email protected]
Example 2: how to post a file httpie
$ http --form PUT httpbin.org/put photo=@/images/photo.png