curl --location --request POST 'https://api.qnaigc.com/v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling-video-o1",
"prompt": "一只可爱的橘猫在阳光下奔跑,慢镜头,电影质感",
"size": "1920x1080",
"mode": "pro",
"seconds": "5"
}'{
"id": "string",
"object": "video",
"model": "string",
"mode": "string",
"status": "string",
"created_at": 0,
"updated_at": 0,
"seconds": "string",
"size": "string"
}