curl --location --request POST 'https://api.sellerpic.ai/v1/api/generate/imageToVideo' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageKey": "UPLOAD/MANAGE/SAMPLE/image-to-video/1-original.webp",
"prompt": "Create a video of the model confidently holding the leopard-print handbag, with the camera starting with a close-up on the bag'\''s details, like the chain and the unique clasp. Slowly zoom out as the model turns slightly to showcase the bag from different angles. Allow the camera to follow her smooth movements as she adjusts the strap, creating a dynamic look at the product. The background should stay neutral to keep the focus on the model and the bag. Highlight the elegance and style of the accessory."
}'