curl --location --request POST 'https://app-api.pixverseai.cn/openapi/v2/video/img/generate' \
--header 'API-KEY: your-api-key' \
--header 'Ai-trace-id: {{$string.uuid}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"duration": 5,
"img_id": 1,
"model": "v5",
"template_id": 0,
"motion_mode": "normal",
//"camera_movement": "zoom_in", // 可以在文/图生视频添加运镜(支持v4,v4.5版本)参数请参考文档
"negative_prompt": "string",
"prompt": "string",
"quality": "540p",
//"template_id": 302325299692608, //激活模版才可使用此字段
//"sound_effect_switch":true,
//"sound_effect_content":"",
//"lip_sync_tts_switch":true,
//"lip_sync_tts_content":"",
//"lip_sync_tts_speaker_id":"",
"seed": 0
}'