curl --request POST \
--url https://models.hingnet.com.cn/kling/v1/images/multi-image2image \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model_name": "kling-v2",
"subject_image_list": [
{"subject_image": "https://example.com/subject1.jpg"}
],
"scene_image": "https://example.com/scene.jpg",
"style_image": "https://example.com/style.jpg",
"prompt": "Apply the artistic style to the scene composition",
"n": 1,
"aspect_ratio": "16:9"
}'