Authorization: Bearer ********************curl --location --request GET 'https://gaorui.cc/v1/videos/' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"object": "string",
"model": "string",
"status": "string",
"progress": 0,
"created_at": 0,
"completed_at": 0,
"expires_at": 0,
"seconds": "string",
"size": "string",
"video_url": "string",
"remixed_from_video_id": "string",
"error": {
"message": "string",
"code": "string"
}
}