Follow simple steps to install curl on Mac
Package Information:
Name: curl
Use: Get a file from an HTTP, HTTPS or FTP server
URL: https://curl.haxx.se/
Installation Steps:
- Open up your Terminal.
 - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null - Install curl using brew
brew install curl
 
curl is ready to use now!