curl --request GET \
--url http://localhost:8080/menu-layout/stats/top-users{
"items": [
{
"user_id": 123,
"clicks_count": 123,
"last_click_at": "2023-11-07T05:31:56Z"
}
],
"limit": 123,
"button_id": "<string>"
}Получить топ пользователей по количеству кликов.
curl --request GET \
--url http://localhost:8080/menu-layout/stats/top-users{
"items": [
{
"user_id": 123,
"clicks_count": 123,
"last_click_at": "2023-11-07T05:31:56Z"
}
],
"limit": 123,
"button_id": "<string>"
}