在邮递员中添加 Curl -u
我尝试执行下一个请求。但我找不到如何在POSTMAN UI参数中放置“ -u”。
我可以在哪里将 -u 参数放在程序中。
$ curl https://core.spreedly.com/v1/gateways.json
-u 'Ll6fAtoVSTyVMlJEmtpoJV8S:R3SD2XD4Io5VXmyzdCtTivHFTTSy'
-H 'Content-Type: application/json' \
-d '{
"gateway": {
"gateway_type": "test"
}
}'