curl --location '/products/categories?q=info&langauge=cs&limit=10&offset=0' \
--header 'Authorization: Bearer JWT'{
"categories": [
{
"categoryId": "0469ab2c-9ee4-4923-a470-9fbebbbb5252",
"name": "Small",
"visible": true
}
],
"paging": {
"offset": 21,
"limit": 40,
"totalItems": 100,
"totalPages": 5,
"links": [
"href: `?offset=40&limit=60`",
"rel: `next`"
]
}
}