curl --location --request POST '/storage/buckets///presigned_url' \
--header 'Content-Type: application/json' \
--data-raw '{
"ttl": [
60
]
}'
{
"content": {
"expires_at": "2019-08-24T14:15:22Z",
"presigned_url": "string",
"token": "string"
}
}
Authorization: Bearer ********************