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