curl --location '/lists/contacts/count' \
--header 'Authorization: Bearer <token>'{
"categories": [
{
"categoryId": 1,
"categoryName": "Marketing",
"lists": [
{
"listId": 10,
"listName": "Customers",
"count": 123
},
{
"listId": 11,
"listName": "Leads",
"count": 0
}
]
}
],
"uncategorized": {
"lists": [
{
"listId": 12,
"listName": "Internal",
"count": 45
}
]
}
}