type and is not accepted from the client: LETTER and SUBMISSION objects are stored private and must be read back through GET /files/{key}, every other type stays public-read behind the CDN. The ACL is signed into uploadUrl, so the PUT must not send an x-amz-acl header.core.session_token: ********************Authorization: Bearer ********************curl --location '/presigned' \
--header 'Content-Type: application/json' \
--data '{
"fileName": "string",
"fileType": "image/jpeg",
"fileSize": 1,
"type": "LETTER"
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": {
"uploadUrl": "string",
"fileUrl": "string",
"key": "string",
"expiresIn": 0
}
}