CVSync2AsyncSubmitTask: 提交视频生成任务CVSync2AsyncGetResult: 获取任务结果Authorization: Bearer ********************{
"req_key": "jimeng_video_generation",
"prompt": "一只猫在弹钢琴"
}curl --location --request POST '/jimeng/?Action&Version=2022-08-31' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"req_key": "jimeng_video_generation",
"prompt": "一只猫在弹钢琴"
}'{
"code": 0,
"message": "string",
"data": {}
}