curl --location --request POST 'https://api.qnaigc.com/v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling-v2-1",
"prompt": "人在奔跑",
"input_reference": "https://aitoken-public.qnaigc.com/example/generate-video/running-man.jpg",
"size": "1280x720",
"mode": "pro"
}'{
"id": "string",
"object": "video",
"model": "string",
"mode": "string",
"status": "string",
"created_at": 0,
"updated_at": 0,
"seconds": "string",
"size": "string"
}