curl --location --request GET '/buckets?bucket&key' \
--header 'Authorization: Bearer 0cb972b0-516c-8c7a-8c95-955263eed4c1'
{
"code": 0,
"message": "string",
"data": [
{
"name": "string",
"kvs": {
"key": "string",
"value": "string"
}
}
]
}