本文档由聚智团队编写维护
curl --location --request POST 'http://127.0.0.1:2024/store/namespaces' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"prefix": [
"string"
],
"suffix": [
"string"
],
"max_depth": 0,
"limit": 100,
"offset": 0
}'
[
[
"string"
]
]