Authorization: Bearer ********************curl --location '/videos/' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"object": "video",
"model": "string",
"status": "queued",
"progress": 0,
"created_at": 0,
"completed_at": 0,
"expires_at": 0,
"prompt": "string",
"size": "720x1280",
"seconds": "string",
"remixed_from_video_id": "string",
"error": {
"code": "string",
"message": "string"
}
}