curl intro and installation | Documenting APIs
The curl utility is a command line tool available on Unix, Linux, Mac OS X, Windows, and many other platforms. curl provides easy access to the HTTP protocol (among others) directly from the command line and is therefore an ideal way of interacting with CouchDB over the HTTP REST API.
How do you run a curl command on a Mac?
Install curl on Mac If you have a Mac, by default, curl is probably already installed. To check: Open Terminal (press Cmd + spacebar to open Stoplight, and then type “Terminal”).Jan 1, 2019
Does curl work on Mac?