curl --location --request POST 'https://api.yijiarj.cn/v1/videos//remix' \
--header 'Authorization: Bearer <你的许可证>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "<视频编辑提示词>",
"model": "<平台模型>"
"input_reference": "<输入参考的URL或者base64>"
}'{}