curl --location --request GET 'https://api.byelabel.com/v1/product/counts' \
--header 'X-Workspace-Id: ' \
--header 'Authorization: Bearer <token>'{
"success": true,
"payload": [
{
"category": "string",
"total": 0
}
],
"transaction": {
"id": "string",
"response_time": 0
}
}