curl --location --request POST 'https://draw.openai-next.com/agent_api.php' \
--header 'Authorization: Bearer sk-xxx' \
--form 'act="create_video_fast";type=false' \
--form 'model_id=""' \
--form 'audio_url=""'
{
"code": 1,
"msg": "创建成功!",
"data": {
"task_id": "32"
}
}