{ "id": 0, "cron": "string", "cmd": "string", "to_self": true, "to_others": "string", "memo": "string" }
curl --location --request PUT '/croncmds?id=&cron=0 */1 * * *&cmd=&to_self=true或false&to_others=qqgroup:123,tggroup:456&memo=' \ --header 'Authorization: Bearer 0cb972b0-516c-8c7a-8c95-955263eed4c1' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0, "cron": "string", "cmd": "string", "to_self": true, "to_others": "string", "memo": "string" }'
{ "code": 200 }