curl --request POST \
--url https://api.jiekou.ai/v3/async/kling-v2.6-pro-i2v \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"image": "<string>",
"sound": true,
"prompt": "<string>",
"duration": 123,
"cfg_scale": 123,
"voice_list": [
{}
],
"aspect_ratio": "<string>",
"negative_prompt": "<string>"
}
'