curl --location --request POST '/features/task/params/' \
--header 'X-API-Secret: {{api-secret}}' \
--header 'X-API-Key: <api-key>' \
--form 'user_params="{ \"file_id\": \"file_1764213306399_7a305f60a9e4\", \"file_name\": \"1.mp4\", \"file_type\": \"video\", \"oss_url\": \"https://cdn-proxy.56tool.com/temp/test/1.mp4\", \"local_mount_path\": \"/home/oss/temp/test/1.mp4\", \"duration\": 240, \"file_size\": 25368465, \"width\": 720, \"height\": 1280, \"origin_language\": \"zh\", \"target_language\": \"en\", \"open_sub\": True, # 开启字幕 \"mask_area\": None, \"mast_style\": 1, \"sub_bar_style\": 1, \"use_title\": True, \"use_bgm\": True, # 字幕样式配置(JSON格式) \"subtitle_style\": { \"font_size\": 24, # 字体大小 \"font_name\": \"SimHei\", # 字体名称(黑体) \"font_bold\": 0, # 是否粗体(0=否,1=是) \"font_italic\": 0, # 是否斜体(0=否,1=是) \"font_underline\": 0, # 是否下划线(0=否,1=是) \"alignment\": \"center\", # 对齐方式:left/center/right \"font_color\": \"FFFFFF\", # 字体颜色(白色) \"outline_enabled\": True, # 是否开启描边 \"outline_color\": \"000000\", # 描边颜色(黑色) \"outline_size\": 2, # 描边大小 \"background_enabled\": False, # 是否开启背景框 \"background_color\": \"000000\", # 背景颜色(黑色) \"background_opacity\": 128 # 背景不透明度(0-255) }, \"title_style\":{ \"font_size\": 24, \"font_name\": \"SimHei\", \"font_bold\": 0, \"font_italic\": 0, \"font_underline\": 0, \"alignment\": \"center\", \"font_color\": \"FFFFFF\", \"outline_enabled\": True, \"outline_color\": \"000000\", \"outline_size\": 2, \"background_enabled\": False, \"background_color\": \"000000\", \"background_opacity\": 128 }, \"use_bgm_set\": { \"bgm_url\": \"/temp/test/1.mp3\", \"bgm_volume\": 0.5 }, \"subtitle_show\": 2, # 1=仅译文, 2=双语, 3=仅原文 \"margin_v\": 60, # 距离底部的距离(像素) \"auto_wrap\": True, # 是否启用自动换行(True=启用,False=禁用) \"max_chars_per_line\": 20, # 每行最多字符数(中文) \"save_instrumental\": True, \"auto_excute\": True}"' \
--form 'update_ts="[ { \"index\": 1, \"text\": \"修改后的原文1\", \"translated_text\": \"修改后的译文1\" }, { \"index\": 5, \"text\": \"修改后的原文5\", \"translated_text\": \"修改后的译文5\" }]"'