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