cURL
curl --request GET \ --url https://api.example.com/api/file/download/{filePath} \ --header 'Authentication: <authentication>'
{}
/api/file/download/ , filePath形如 租户id/用户id/文件名,若图片请求缩略图,则加入_thumbnail拼接,如xxxx.jpg的缩略图为xxxx_thumbnail.jpg
The response is of type object.
object