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