Get a presigned URL for a storage container
curl --request GET \
--url https://api.kazzle.app/api/spaces/{spaceId}/storages/{containerId}/presigned-url \
--header 'Authorization: Bearer <token>'{
"url": "<string>"
}curl --request GET \
--url https://api.kazzle.app/api/spaces/{spaceId}/storages/{containerId}/presigned-url \
--header 'Authorization: Bearer <token>'{
"url": "<string>"
}