curl --request POST \
--url https://geoff.ai/api/v1/video/generate/image \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"image": "base64-encoded-image-data",
"prompt": "Animate this scene with gentle movement",
"duration": 5
}'