curl --location 'https://api.chatfire.cn/fal-ai/pika/v2.2/text-to-video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "Sunlight streams down on a woman with flowing auburn hair as she runs effortlessly along a tree-lined street, her joyous expression reflecting the freedom of the moment; the simple, steady camerawork emphasizes her grace and the beauty of the everyday.",
"aspect_ratio": "16:9",
"resolution": "720p",
"duration": 5,
"seed": 3809957,
"negative_prompt": ""
}'