我尝试执行下一个CURL。
如何在POSTMAN中添加param -d
curl https://core.spreedly.com/v1/gateways.json \
-u 'Ll6fAtoVSTyVMlJEmtpoJV8S:RKOCG5D8D3fZxDSg504D0IxU2XD4Io5VXmyzdCtTivHFTTSy' \
-H 'Content-Type: application/json' \
-d '{
"gateway": {
"gateway_type": "test"
}
}'