curl --location '/admin/stats/views'{
"data": {
"daily": [
{
"count": 0,
"label": "string"
}
],
"monthly": [
{
"count": 0,
"label": "string"
}
]
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}