After running heat .bat file and trying in input the command i get "curl is not recognized as a internal or external command, operable program or batch file"
I down loaded and extracted curl.exe can anyone hep?
Either put the directory where curl.exe resides to the PATH environment variable and restart the command line.
Or switch to the curl.exe directory in the command line, like:
cd C:\Downloads\curl (or
pushd if it's on a different drive)
C:\Downloads\curl>
curl ...
Or just use any browser to call the API, but beware of the browsing history if it's not your private computer.