curl --location --request POST 'https://senler.ru//api/subscribers/statCount' \
--header 'Cookie: {{dev_session_cookie}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "{{dev_vk_channel_api_token}}",
"v": 2,
"group_id": {{dev_vk_channel_id}},
"date_from": "26.11.2018 10:00:00",
"date_to": "7.11.2025 10:00:00"
}'{
"success": true,
"count_subscribe": 381,
"count_unsubscribe": 97
}