curl --location 'https://senler.ru//api/subscribers/get' \
--header 'Content-Type: application/json' \
--data '{
"access_token": "<access_token>",
"v": 2,
"group_id": 126,
"count": 2,
"offset_id": "676419e9f572d175abcc5166"
}'{
"success": true,
"offset_id": "676419e9f572d175abcc5166",
"items": [
{
"id": "676419e9f572d175abcc5166",
"date": "19.12.2024 16:04:41",
"status": 1,
"tg_user_id": 2145627023,
"first_name": "Vladislav",
"last_name": "Kochkin",
"photo": "",
"subscriptions": [],
"utms": [],
"vars": [
{
"n": "ym_uid",
"v": "1"
}
]
}
]
}