Curl POST request into pycurl code
I'm trying to convert following curl request into pycurl: curl -v -H Accept:application/json \ -H Content-Type:application/json \ -d "{ name: 'abc', path: 'def', target: [ 'ghi' ] }" \...