improved JWTToken update, added list-users endpoint, debug of getCountries

This commit is contained in:
Daniel Goc
2026-03-30 16:19:26 +02:00
parent 68f4850445
commit d0ce65c287
41 changed files with 654 additions and 284 deletions

View File

@@ -10,12 +10,12 @@ http:
type: json
data: |-
{
"q": "kinder",
"q": "mat",
"limit": 50,
"offset": 0,
// "filter": "'attr.10'= 71",
"facets":["category_ids", "price"]
// "facets": ["category_ids", "attr", "feat", "price"]
"filter": "'category_ids'= 10",
// "facets":["category_ids", "price"]
"facets": ["category_ids", "attr", "feat", "price"]
}
auth:
type: bearer