Calling APIs, reading responses quickly, and exposing a local server to the outside world.
curl
The HTTP client that exists everywhere. Only the flags you actually use.
HTTPie
A human-friendly HTTP client. Especially terse for JSON work.
Bruno and Postman
Two GUI clients for saving API requests as collections and sharing them.
Exposing a Local Server
Turning localhost into a temporary public URL for webhook testing and phone checks.