curl --location 'http://manager.wecomapi.com/wecom/finder/api' \
--header 'WECOM-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/client/restoreClient",
"params": {
"guid": ""
}
}'{
"code": 0,
"msg": "成功",
"data": {}
}