Storage API
Download File
Download File returns the requested file object when the path is valid and accessible.
Endpoint
GET
PATH PARAMETERS
storeSlug: slug of the target store.
path: file path inside the store including file name, for example /animal/dolphin.png.
RESPONSE
If the request is successful, the response body is the file content.
