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