curl --location 'https://agents.robofy.ai/v1/ai-agent/message_stats?chatbotId=undefined&startDateTime=undefined&endDateTime=undefined&timeOffset=undefined&isAdmin=undefined'{
"total_user_questions": 0,
"total_agent_replies": 0,
"items": [
{
"date_time": "string",
"widget": {
"user_questions": 0,
"agent_replies": 0
},
"whatsapp": {
"user_questions": 0,
"agent_replies": 0
}
}
]
}