curl -G 'https://www.artelo.io/api/open/uploads/folders/get-subfiles?limit=10' \
-H 'Authorization: Bearer your-token'[
{
"fileType": "JPG",
"height": 720,
"previews": {
"lg": "https://example.com/img.preview.lg.jpg",
"sm": "https://example.com/img.preview.sm.jpg",
"xs": "https://example.com/img.preview.xs.jpg"
},
"size": 86771,
"status": "Success",
"url": "https://example.com/img.jpg",
"width": 1280
}
]