When curl isn't recognized in your current environment (e.g., due to path issues), using the full file path to the curl executable is a valid workaround
/curl.exe --cacert ca.crt --key client.key --cert client.crt "https://myurl"
this worked for me ! :)