curl --location '/adminapi/crontab.crontab/edit' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc' \
--data-urlencode 'id=' \
--data-urlencode 'name=' \
--data-urlencode 'type=' \
--data-urlencode 'command=' \
--data-urlencode 'expression=' \
--data-urlencode 'status='{
"code": 1,
"show": 0,
"msg": "编辑成功",
"data": []
}