curl --request GET \
--url http://localhost:8080/menu-layout/history{
"items": [
{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"action": "<string>",
"changes_summary": "<string>",
"user_info": "<string>"
}
],
"total": 123
}Получить историю изменений меню.
curl --request GET \
--url http://localhost:8080/menu-layout/history{
"items": [
{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"action": "<string>",
"changes_summary": "<string>",
"user_info": "<string>"
}
],
"total": 123
}