curl --location '/products/tags?q=info&limit=10&offset=0' \
--header 'Authorization: Bearer JWT'{
"tags": [
{
"tagId": 1235,
"name": "Small",
"category": {
"categoryId": 135,
"name": "Apple"
}
}
],
"paging": {
"offset": 21,
"limit": 40,
"totalItems": 100,
"totalPages": 5,
"links": [
"href: `?offset=40&limit=60`",
"rel: `next`"
]
}
}