curl --location --request GET 'https://chrisapius.top/v1/videos/' \
--header 'Authorization: {{Authorization}}'{
"id": "string",
"object": "string",
"model": "string",
"status": "string",
"progress": 0,
"created_at": 1234567890,
"completed_at": 1234567890,
"expires_at": 1234567890,
"seconds": "string",
"size": "string",
"remixed_from_video_id": "string",
"error": {
"message": "string",
"code": "string"
}
}