{
"video_url": "your_video_url",
"audio_url": "your_audio_url"
}curl --location --request POST 'https://api.vidu.cn/ent/v2/lip-sync' \
--header 'Authorization: Token {your api key}' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_url": "your_video_url",
"audio_url": "your_audio_url"
}'{
"task_id": "your_task_id_here",
"state": "created",
"payload": "",
"created_at": "2025-01-01T15:41:31.968916Z"
}