Authorization: Bearer ********************{
"children": "[]",
"field": "string",
"operator": "AND",
"options": {},
"value": null
}curl --location --request POST '/tenant//bot/event/count' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"children": "[]",
"field": "string",
"operator": "AND",
"options": {},
"value": null
}'0