curl --location 'https://api.chatfire.cn/fal-ai/wan/v2.2-14b/animate/move' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"video_url": "https://storage.googleapis.com/falserverless/example_inputs/wan_animate_input_video.mp4",
"image_url": "https://storage.googleapis.com/falserverless/example_inputs/wan_animate_input_image.jpeg",
"resolution": "480p",
"num_inference_steps": 20,
"enable_safety_checker": true,
"shift": 5,
"video_quality": "high",
"video_write_mode": "balanced"
}'