curl --location '/api/public/landings/launch//subscribe' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"source": "vk_app",
"channel_public_id": "a1b2c3d4",
"platform_payload": "query_id=...&user=...&auth_date=...&hash=...",
"accepted_consents": [
{
"document_id": "550e8400-e29b-41d4-a716-446655440000",
"version": 1
}
],
"contact": {
"phone": "+79991234567",
"email": "lead@example.com"
}
}'{
"state": "subscribed"
}