curl --location --request POST 'https://app-api.pixverse.ai/openapi/v2/video/lip_sync/generate' \
--header 'Ai-Trace-Id: {{$string.uuid}}' \
--header 'API-KEY: your-api-key' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_media_id": 0,
//"source_video_id":0, //'\''video_id'\'' returned from the generation API
//"audio_media_id":0, //'\''media_id'\'' from the upload API with '\''media_type = audio'\''
"lip_sync_tts_speaker_id": "auto",
"lip_sync_tts_content": "hello this is harry, where are you from?"
}'