httpie

User-friendly command-line HTTP client with intuitive syntax

brewmacoslinux
Try with needOr install directly
Source

About

User-friendly cURL replacement (command-line HTTP client)

Commands

httphttps

Examples

Make a simple GET request to a URL$ http GET https://api.example.com/users
Send a POST request with JSON data$ http POST https://api.example.com/users name=John email=john@example.com
Include custom headers and display response headers$ http --headers GET https://api.example.com Authorization:'Bearer token123'