curl --location --request PUT 'https://api.gauas.com/api/v1/cloud/buckets/54bc5661-2c89-4a6b-96da-eacfdbfe5562/access' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"access": "public"
}'{}