curl --request POST \
--url https://api.provident.ae/v2/apps/bitrix/process/terminate/telegram \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}curl --request POST \
--url https://api.provident.ae/v2/apps/bitrix/process/terminate/telegram \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Email of the user to terminate.
Bitrix ID of the user to terminate.