get
https://sandbox-api.bxnk.com/api/v1/product-apis/storage/presigned-download/
Get a presigned URL for downloading an S3 object.
Authentication
Requires X-Access-Key and X-Secret-Key headers.
Path parameters
key(string): the S3 object key to download
Response
200: Presigned download URL generated successfully. Returneddata(PresignedUrlResponseDto) includes:urlkey
401: Unauthorized500: Internal server error