{
"email": "test@163.com",
"imContactId": "78813****9110143",
"imRoomId": "R:10767*****0514300"
}curl --location --request POST 'https://ae-bg.ddregion.com/hub-api/api/v2/system/getChatBasicInfoByEmail?token=646d818b*****175124fabdd' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "test@163.com",
"imContactId": "78813****9110143",
"imRoomId": "R:10767*****0514300"
}'{
"errcode": 0,
"errmsg": "ok",
"data": [
{
"groupId": "6867465ba*****1a76984",
"groupName": "测试小组",
"chatId": "68ee4b16d****133737e730",
"imBotId": "16888*****496582",
"imBotName": "唐老鸭"
}
]
}