Authorization: Bearer ********************
curl --location --request POST '/pos/posTable/findStateCount?clientId=&storeId=' \
--header 'Authorization;'
{
"code": "string",
"data": [
{
"qty": 0,
"state": "OPEN",
"state_desc": "string"
}
],
"message": "string"
}