curl --location --request POST 'http://127.0.0.1:6873/api/v1/cloud-mobile/rpa/onceTask/save' \
--header 'Accept-Language: zh-CN' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: NULL' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobileId": 1400914,
"description": "计划描述",
"scheduleName": "计划名称",
"templateId": 50,
"templateParameter": "{ \"__Extra__\": { \"vidoe\": { \"name\": \"e2e6da7042bc4222a4a3d3a00f41c1ff.mp4\", \"size\": 597851 } }, \"vidoe\": \"https://xxxxx.com/e2e6da7042bc4222a4a3d3a00f41c1ff.mp4\"}"
}'