curl --location --request GET 'https://example.com:30888/buckets//cors'
{
"bucket": {
"data": [
{
"AllowedHeaders": [
"string"
],
"AllowedMethods": [
"string"
],
"AllowedOrigins": [
"string"
],
"ExposeHeaders": [
"string"
],
"Id": "string",
"MaxAgeSeconds": 0
}
]
}
}