如何发出以下 curl 请求以在高级休息客户端中权衡分析

how to make the following curl request to tradeoff analytics in advanced rest client

如何使用 chrome 高级休息客户端插件向 IBM Tradeoff 分析发出以下 curl 请求 curl -X POST -u "{用户名}":"{密码}" --header "Content-Type: application/json" --数据@problem.json “https://gateway.watsonplatform.net/tradeoff-analytics/api/v1/dilemmas? find_preferable_options=真&generate_visualization=假

Using Chrome Advanced Rest Client Plugin

输入上面的请求URL然后selectPOST方法。在 Headers 表单中,将 Content-Type 设为 application/json,并在 Authorization Username & Password 中(您必须单击铅笔图标以提供用户名和密码)。在原始负载中,输入 problem.json 文件的内容并单击发送。

您将获得 200 OK JSON 内容!