curl --location '/api/v1/category?limit=1&offset=0' \
--header 'api-token: {{.in-api-token}}'{
"status": true,
"message": "Category List",
"code": "200",
"response": {
"totalCount": 77,
"items": [
{
"categoryId": 425564,
"categoryName": "0556 10 Pcs Blister Card 110mm (N)"
}
]
}
}