curl --location --request POST 'https://api.gauas.com/api/v1/cloud/buckets' \ --header 'Authorization: Bearer {{ACCESS-TOKEN}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "name" : "testhehe", "region" : "us-est1" }'
{}