curl --location --request POST 'https://senler.ru//api/subscribers/get' \
--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}}
}'{
"success": true,
"items": [
{
"date": "19.12.2024 16:04:41",
"first_name": "Vladislav",
"last_name": "Kochkin",
"photo": "",
"status": 1,
"subscriptions": [],
"utms": [],
"vars": [
{
"n": "ym_uid",
"v": 1
}
],
"id": "676419e9f572d175abcc5166",
"tg_user_id": 2145627023
}
],
"offset_id": "676419e9f572d175abcc5166"
}