{
"name": "取消订单",
"type": 1,
"system": 1,
"remark": "",
"command": "",
"params": "",
"status": 1,
"expression": "* * * * * *"
}curl --location --request POST '/api/crontab/add' \
--header 'token: 571b124e944c0fddd2a8450664e77fe1o2Zm3f' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "取消订单",
"type": 1,
"system": 1,
"remark": "",
"command": "",
"params": "",
"status": 1,
"expression": "* * * * * *"
}'{}