Authorization: Bearer ********************{
"video_url": "your_video_url",
"audio_url": "your_audio_url"
}curl --location 'https://drwa.openai-next.com/vidu/ent/v2/lip-sync' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"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"
}