curl --request POST \
--url https://api.b-bot.space/v2/store/namespaces \
--header 'Content-Type: application/json' \
--data '{
"prefix": [
"<string>"
],
"suffix": [
"<string>"
],
"max_depth": 123,
"limit": 100,
"offset": 0
}'
[
[
"<string>"
]
]
curl --request POST \
--url https://api.b-bot.space/v2/store/namespaces \
--header 'Content-Type: application/json' \
--data '{
"prefix": [
"<string>"
],
"suffix": [
"<string>"
],
"max_depth": 123,
"limit": 100,
"offset": 0
}'
[
[
"<string>"
]
]
Success
The response is of type string[][]
.