curl --location --request DELETE 'https://open.yunxinapi.com/im/v2/team_members/actions/kick_member?operator_id=accid1&team_id=18573968767&team_type=1&kick_account_ids=accid2&extension =' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: '{
"code": 200,
"msg": "success",
"data": {
"success_list": [
"account_id1",
"account_id2"
],
"failed_list": [
{
"account_id": "account_id1",
"error_code": 102404,
"error_msg": "%s not valid"
}
]
}
}