Run cURL commands from Windows console
Solution 1:
If you are not into Cygwin, you can use native Windows builds. Some are here: curl Download Wizard.
Solution 2:
First you need to download the cURL executable. For Windows 64bit, download it from here and for Windows 32bit download from here
After that, save the curl.exe
file on your C:
drive.
To use it, just open the command prompt
and type in:
C:\curl http://someurl.com
Solution 3:
If you have Git
installed on windows you can use the GNU Bash
.... it's built in.
https://superuser.com/questions/134685/run-curl-commands-from-windows-console/#483964