curl --location --request POST 'https://api.qnaigc.com/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling-v2-new",
"image": "https://aitoken-public.qnaigc.com/example/generate-video/running-man.jpg",
"prompt": "将这张图片转换为赛博朋克风格",
"aspect_ratio": "16:9"
}'{
"task_id": "image-1762159125266058362-1383010xxx"
}