标签: curl
尝试卷曲:
curl http://postb.in/wso9tKdz -H "Content-type: application/json" -d '[{"foo":"bar2"}]'
但这会发出0: [object Object]的请求。我希望看到[{"foo":"bar2"]作为请求
0: [object Object]
[{"foo":"bar2"]