curl --location --request POST 'https://api-sandbox.usepeladen.com/api/v1/storage/api/storage/download' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenant_id": "tenant_123",
"files": [
{
"file_key": "images/profile.png",
"expires": 3600
}
]
}'[
{
"file_key": "images/profile.png",
"url": "https://storage.peladen.com/bucket/profile.png?X-Amz-Signature=..."
}
]