curl --location 'https://app-api.pixverseai.cn/openapi/v2/video/avatar/generate' \
--header 'Ai-Trace-Id: {{$string.uuid}}' \
--header 'API-KEY: your-api-key' \
--header 'Content-Type: application/json' \
--data '{
"img_id": 0,
"quality": "720p",
"prompt": "xxx",
//"audio_media_id": 0,
"lip_sync_tts_speaker_id": "auto",
"lip_sync_tts_content": "hello this is harry, where are you from?",
"webhook_id": "377547277530555"
}'{
"ErrCode": 0,
"ErrMsg": "string",
"Resp": {
"video_id": 0,
"credits": 0
}
}