curl --request GET \
--url http://localhost:8080/menu-layout/placeholders{
"items": [
{
"placeholder": "<string>",
"description": "<string>",
"example": "<string>",
"category": "<string>"
}
],
"total": 123
}Получить список доступных динамических плейсхолдеров для текста кнопок.
curl --request GET \
--url http://localhost:8080/menu-layout/placeholders{
"items": [
{
"placeholder": "<string>",
"description": "<string>",
"example": "<string>",
"category": "<string>"
}
],
"total": 123
}