httpie PUT 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: httpie on windows
pip install --upgrade pip setuptools pip install --upgrade httpie