curl --location --request POST 'https://draw.openai-next.com/agent_api.php' \
--header 'Authorization: Bearer sk-xx' \
--form 'act="chk_video_fast"' \
--form 'task_id=""'
{
"code": "1",
"msg": "查询成功",
"data": {
"zstatus": "3",
"video_url": "https://xxxx.mp4",
"video_pic": "https://xxxx.jpg",
"video_time": "23"
}
}