curl --location --request POST '/api/v1/task' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "Qubico/framepack",
"task_type": "img2video",
"input": {
"prompt": "The camera zooms in, a video of a young woman with long, dark hair and bangs. She is wearing a light gray t-shirt and appears to be sitting at a table.",
"negative_prompt": "chaotic, distortion, morphing",
"start_image": "https://i.ibb.co/wbw9GLY/girl.webp",
"end_image": "https://i.ibb.co/wbw9GLY/girl.webp",
"duration": 10
}
}'