Authorization: Bearer ********************curl --location 'https://api.qnaigc.com/queue/fal-ai/kling-video/v2.5-turbo//text-to-video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "一只猫在草地上悠闲地漫步,阳光明媚",
"negative_prompt": "模糊,低质量",
"duration": "5",
"aspect_ratio": "16:9",
"cfg_scale": 0.5
}'