Am getting this error even though when i do
curl -V
https is listed as one of the protocol.
Below is the curl command I input into shell:
curl -u {'username-key'} -H 'Content-Type:application/json' -X POST -d '{"dialog_node":"Animals"}' 'https://gateway.watsonplatform.net/assistant/api/v1/workspaces/{my workspace id}/dialog_nodes/LivingThings?version=2018-07-10'
This is a command to change the name of a dialog node inside IBM Watson. Attached the API for reference,
https://www.ibm.com/watson/developercloud/assistant/api/v1/curl.html?curl#update-dialog-node