curl --location --request POST '/presigned' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileName": "string",
"fileType": "string",
"fileSize": "string",
"type": "LETTER",
"acl": "private"
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "string",
"field": "string",
"message": "string"
}
],
"result": {
"uploadUrl": "string",
"fileUrl": "string",
"key": "string",
"expiresIn": 0
}
}