curl --location --request GET 'http://127.0.0.1:3000/api/v1/files/download/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": {},
"timestamp": "2019-08-24T14:15:22Z",
"errors": [
{
"field": "string",
"message": "string"
}
]
}