curl --location --request GET 'http://dev-cn.your-api-server.com/api/files//' \
--header 'Authorization;'
{
"id": 0,
"cd": "2019-08-24T14:15:22Z",
"name": "string",
"status": "created",
"tag": "general",
"type": "image",
"mime_type": "string",
"size": 0,
"duration": 0,
"width": 0,
"height": 0,
"file": "http://example.com",
"compressed_file": "http://example.com",
"mock_video_file": "http://example.com",
"preview": "http://example.com",
"thumbnail": "http://example.com",
"generated_script": "string"
}