curl --location --request POST 'https://app-api.pixverseai.cn/openapi/v2/video/lip_sync/generate' \
--header 'Ai-Trace-Id: your-api-key' \
--header 'API-KEY: {{$string.uuid}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_media_id": 0,
//"source_media_id":0,
//"audio_media_id":0,
"lip_sync_tts_speaker_id": "auto",
"lip_sync_tts_content": "hello this is harry, where are you from?"
}'
{
"ErrCode": 0,
"ErrMsg": "string",
"Resp": {
"video_id": 0
}
}