我正在尝试使用 IBM OpenWhisk。它有自己的 CLI,但我想使用curl
.
curl -d-data '{"message": "hellow world"}' https://user:password@openwhisk.ng.bluemix.net:443/api/v1/namespaces/whisk.system/action/samples/echo
curl: (6) Couldn't resolve host '"message": "hello world"'
{
"error": "HTTP method not allowed, supported methods: GET",
"code": 81107
}
如何通过 curl 或类似工具调用 OpenWhisk,如何进行身份验证?