curl --powerShell 中的数据二进制



如果我有一个curl命令,例如:

curl <url> 
-H 'Content-Type: application/json' 
-H 'API-Key: <key>' 
--data-binary '{"blah":"blah {n  blah2(accountId: id, integrations: {int1: {Vms: [{Id: id2, resourceGroups: ["test1", "test2", "test3"]}]}}) {n    integrations {n      idn      namen      service {n        idn        slugn      }n    }n  }n}n", "variables":""}'

什么相当于Powershell中的--data-binary?一些答案说只是运行curl.exe,其他人提到更改内容类型。不过,这确实可以作为 shell 脚本使用。只是想知道是否可以将其转换为在Powershell中使用Invoke-WebRequest

-body 参数适用于有效负载

相关内容

  • 没有找到相关文章

最新更新