Zend certified PHP/Magento developer

curl not providing GET results

I’m new to using curl. I have Windows 10 on a 64-bit system. I have successfully installed curl (I could check the version in the command line) and it did give a response to an API call once. But 95% of the time, I do not get results to GET requests for websites or API calls. The error messages/reasons for it not working are truly varied.

Here’s an example:
An API call worked for me in Postman and in the Chrome Extension JSON Formatter, but curl responds:

curl: (35) schannel: next InitializeSecurityContext failed: Unknown
error (0x80092012) – The revocation function was unable to check
revocation for the certificate.

Does anyone know what this means and how I can get curl operating for me? Thank you.