httpie: HTTP GET, POST … requests in console

https://httpie.org/
github

Install

sudo apt install httpie

Sample request

http GET http://localhost:4000/api/users
http GET :4000/api/users
http GET http://www.google.com