gpt4 book ai didi

curl - 在POSTMAN中添加param curl -d

转载 作者:行者123 更新时间:2023-12-03 15:30:15 24 4
gpt4 key购买 nike

我尝试执行下一个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"
}
}'

PostmanExample

最佳答案

-d是POST数据。

您需要将JSON数据添加到请求的主体部分,并将request方法设置为POST

例如。

Postman screenshot with JSON body

关于curl - 在POSTMAN中添加param curl -d,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35465616/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com