Authorization: Bearer ********************curl --location 'https://api.qnaigc.com/queue/fal-ai/kling-video/v2.5-turbo//image-to-video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "让图片中的猫动起来,轻轻摇摆尾巴",
"image_url": "https://example.com/cat.jpg",
"duration": "5",
"cfg_scale": 0.5
}'