curl --request POST \
--url https://api.jiekou.ai/v3/async/vidu-2.0-startend2video \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"images": [
"<string>"
],
"prompt": "<string>",
"duration": 123,
"seed": 123,
"resolution": "<string>",
"movement_amplitude": "<string>",
"bgm": true
}
'