参考文档: https://platform.openai.com/docs/api-reference/videos/create
curl --location '/v1/videos' \
--header 'Authorization: Bearer <token>' \
--form 'model="sora-2"' \
--form 'prompt=""' \
--form 'image=""' \
--form 'duration=""' \
--form 'width=""' \
--form 'height=""' \
--form 'fps=""' \
--form 'seed=""' \
--form 'n=""' \
--form 'response_format=""' \
--form 'user=""' \
--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": {}
}