curl --location 'https://aiapi114.com/v1/video/generations' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"duration": 5,
"fps": 30,
"height": 512,
"image": "https://h2.inkwai.com/bs2/upload-ylab-stunt/se/ai_portal_queue_mmu_image_upscale_aiweb/3214b798-e1b4-4b00-b7af-72b5b0417420_raw_image_0.jpg",
"metadata": {
"property1": "string",
"property2": "string"
},
"model": "kling-v1",
"n": 1,
"prompt": "宇航员站起身走了",
"response_format": "url",
"seed": 20231234,
"user": "user-1234",
"width": 512
}'