2015-04-10 10 views

Antwort

9

Dies ist, was ich benutze, und es funktioniert gut

curl -v -H "Content-Type:multipart/form-data" 
     -F "someName={\"your\":\"json\"};type=application/json" 

Hinweis: Ich bin auf Windows, daher die Voraussetzung für die doppelte Anführungszeichen

Oder

-F "[email protected];type=application/json"