http pie post code example
Example 1: post with httpie
echo '{"example": "exampleData"}' | http POST https://addressToPost.com/post
// OR
http POST https://addressToPost.com/post example=exampleData
// Both work the same way
Example 2: httpie on windows
python -m pip install --upgrade pip