curl --location --request GET 'https://open.yunxinapi.com/im/v2/conversation_groups/?account_id' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: '{
"code": 0,
"msg": "string",
"data": {
"name": "string",
"group_id": 0,
"server_extension": "string",
"create_time": 0,
"update_time": 0
}
}