[Telegram] Generate a Verification Invite Link

curl --location --request POST 'https://sux.chatsight.ai/api/properties/settings/common/verification/telegram/invite' \
--header 'Authorization: Bearer <API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "property_id":<PROPERTY_ID>
}'

<PROPERTY_ID> must be a property of type T ("telegram").