Exploring Hurl, a command line alternative to Postman - LogRocket Blog
Briefly

Hurl is a command-line tool that enables developers to run and test HTTP requests directly from their command line, offering a lightweight alternative to GUI-based tools like Postman. It supports APIs implemented using REST, GraphQL, and SOAP, and utilizes cURL CLI tool for HTTP transfers.
Hurl supports a wide variety of operating systems and can be used within Continuous Integration pipelines. HTTP requests are stored in files with the .hurl extension, each containing at least the request method and URL. Multiple request entries can be executed sequentially from a single file.
Read at LogRocket Blog
[
]
[
|
]