CMD snip
by acrakesh522 Updated: Dec 8, 2022
Guide Kit
cURL, which stands for client URL, is a command line tool that developers use to transfer data to and from a server. At the most fundamental, cURL lets you talk to a server by specifying the location (in the form of a URL) and the data you want to send.
curl -XGET http://localhost:9200