curl --location --request GET '/api/channels/vk/user-groups?project_id&page&limit&search&account_id&force_refresh' \
--header 'Accept-Language;'{
"groups": [
{
"id": 158819144,
"name": "Моё сообщество",
"screen_name": "my_group",
"photo_100": "https://...",
"photo_200": "https://...",
"members_count": 1234,
"available_profiles": [
{
"account_id": "550e8400-...",
"vk_user_id": "12345",
"first_name": "Максим",
"last_name": "Лаптев",
"avatar_url": "https://vk.com/photo.jpg"
}
],
"channel_id": "550e8400-e29b-41d4-a716-446655440000",
"is_connected_to_other_project": true
}
],
"total": 150,
"page": 1,
"limit": 50,
"accounts_count": 2
}