我想使用 CMD 命令行 Curl 发送 Webhook 但是我发出的命令:
curl -X POST --data '{"content": "Posted Via Command line"}' --header "Content-Type:application/json" discord-webhook-link
Run Code Online (Sandbox Code Playgroud)
返回此消息
curl: (3) [globbing] 第 24 列中不匹配的右大括号/方括号
{“消息”:“400:错误请求”,“代码”:0}
有没有办法通过命令行发送 Discord Webhook 消息?