curl --location 'https://ogog.ai/v1/videos' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--form 'height="720"' \
--form 'image="https://example.com/image.jpg"' \
--form 'model="kling-v1"' \
--form 'prompt="宇航员站起身走了"' \
--form 'duration="5"' \
--form 'width="1280"' \
--form 'fps="30"' \
--form 'seed="20231234"' \
--form 'n="1"' \
--form 'response_format="url"' \
--form 'user="user-1234"' \
--form 'metadata=""'{
"id": "string",
"object": "string",
"model": "string",
"status": "string",
"progress": 0,
"created_at": 0,
"seconds": "string",
"completed_at": 0,
"expires_at": 0,
"size": "string",
"error": {
"message": "string",
"code": "string"
},
"metadata": {
"property1": "string",
"property2": "string"
}
}