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