Authorization: Bearer ********************curl --location 'http://probill.local/api/cloud/reinstall?type=memory_usage&id=20004' \
--header 'Authorization: Bearer <token>' \
--form 'system_id="1"' \
--form 'remote_port="22"' \
--form 'password="xxxxxxx"' \
--form 'is_format_disk="0"'{
"code": 0,
"msg": "提交成功,等待队列执行",
"time": 1782031368,
"data": {
"task_id": 282
}
}