curl --location --request POST '/api/v1/groupChat/get?token=&groupChatIds ='
{
"errcode": 0,
"errmsg": "string",
"data": [
{
"chatId": "string",
"name": "string",
"owner": "string",
"createTime": 0,
"notice": "string",
"memberList": [
{
"type": 0,
"userId": "string",
"joinTime": 0,
"joinScene": 0
}
]
}
],
"total": 0
}