本文档由聚智团队编写维护
curl --location --request POST 'http://127.0.0.1:2024/store/items/search' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"namespace_prefix": [
"string"
],
"filter": {},
"limit": 10,
"offset": 0
}'
{
"items": [
{
"namespace": [
"string"
],
"key": "string",
"value": {},
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]
}