{
"bucket": {
"Metadata": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"key": [
"string"
]
}
}curl --location --request POST 'https://example.com:30888/buckets//metadata' \
--header 'Content-Type: application/json' \
--data-raw '{
"bucket": {
"Metadata": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"key": [
"string"
]
}
}'{}