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