Has anyone used tclcurl with JSON (and REST)?
I’m looking to replicate something similar to
/hci/cis6.2/integrator/bin/curl -s -H “Content-Type: application/json” -x proxy:3128 -u XX:XX -X POST -d {“send_activation_email”: false }
I can use curl, but not sure how to do the same with tclcurl.
The -d option is stumping me. If using POST protocol, tcllib wants to help me and send data in the ‘normal’ POST format.