curl --request GET \
--url http://localhost:8080/cabinet/info/faq[
{
"id": 123,
"title": "<string>",
"content": "<string>",
"order": 123
}
]Get list of FAQ pages.
curl --request GET \
--url http://localhost:8080/cabinet/info/faq[
{
"id": 123,
"title": "<string>",
"content": "<string>",
"order": 123
}
]