HTTP API client for the terminal with interactive request building
HTTP API client for the terminal
ain$ ain https://api.example.com/users$ ain -X POST https://api.example.com/users -d '{"name": "John"}'$ ain https://api.example.com/data -H 'Authorization: Bearer token123'