query param httpie code example
Example 1: install httpie linux
# Debian, Ubuntu, etc.
sudo apt install httpie
# Fedora
dnf install httpie
# CentOS, RHEL, ...
yum install httpie
# Arch Linux
pacman -S httpie
Example 2: how to post a file httpie
$ http --form PUT httpbin.org/put photo=@/images/photo.png