Learn to execute the cURL commands from windows command prompt or power shell window.
1. Download cURL distribution
Go to download page of curl website i.e. https://curl.haxx.se/download.html. Find out the distribution package based on the version of windows in your machine.

2. Extract package
Extract the package to a desired location. I have extracted it to E:\curl-7.64.1-win64-mingw
.

3. Update Windows PATH variable
Now update the 'PATH'
variable with bin
folder location inside the package.

4. Verify cURL installation
Open a new command prompt and hit the following command.
$ curl –help
The command will list down all help options.

Now you are good to execute cURL command in windows as per your requirements.
Happy Learning !!