curl -G 'https://www.artelo.io/api/open/uploads/files/get-by-id?id=4b69054c-a51b-4c11-93ca-ae08950cef4c' \
-H 'Authorization: Bearer your-token'{
"fileType": "JPG",
"height": 400,
"previews": {
"lg": "https://example.com/test.lg.png",
"sm": "https://example.com/test.sm.png",
"xs": "https://example.com/test.xs.png"
},
"size": 123455,
"status": "Success",
"url": "https://example.com/test.png",
"width": 500
}