curl --location '/tags?categoryId=1&q=VIP&limit=10&offset=0' \
--header 'Authorization: Bearer <token>'{
"tags": [
{
"tagId": 123,
"name": "VIP",
"description": "High value clients",
"order": 10,
"category": {
"tagCategoryId": 1,
"name": "Marketing",
"order": 1
}
}
],
"paging": {
"offset": 21,
"limit": 40,
"totalItems": 100,
"totalPages": 5,
"links": [
"href: `?offset=40&limit=60`",
"rel: `next`"
]
}
}