If I were to issue the command without the --data \"...\", it works just fine. I\'ve tried Google and I can\'t find any answers to this problem. Following the direc
Your problem is answered here: Running cURL on 64 bit Windows
You're not running curl you're running something called Invoke-WebRequest, which is aliased to curl. You need to unalias curl, download and install curl (if you haven't already).