我想翻译以下curl命令:
curl -X POST -H \"Content-Type: application/json\" -d \'{\"text":\"Example message\"}\' <url>
这就是我配置ExecuteStreamProcessor的方式:
不知道问题是什么。该命令在终端上运行完美。
答案 0 :(得分:0)
-sSk;-u;username:password;--request;POST;--header;Content-Type:application/json;--header;Accept:application/json;--data;${data:toString()};https://restapiendpoint/
在命令参数中使用上述格式,并将curl放在命令路径中。