curl --location --request POST 'https://senler.ru//api/subscribers/statSubscribe' \
--header 'Cookie: {{dev_session_cookie}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "{{dev_tg_channel_api_token}}",
"v": 2,
"group_id": {{dev_tg_channel_id}}
}'{
"success": true,
"items": []
}