Curl is a command line tool and library for transferring data with URLs. It provides a library (libcurl) and command-line tool (curl) for transferring data using various network protocols.
curl is a tools for getting or sending data including files using URL syntax. Since curl uses libcurl, it supports every protocol libcurl supports like HTTPS.
For more info please visit : https://curl.se/