curl --location 'http://manager.wecomapi.com/wecom/finder/api' \
--header 'WECOM-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/user/setProfile",
"params": {
"guid": "",
"name": "姓名",
"alias": "别名",
"email": "sss@wecomapi.com",
"mobile": "18866886688",
"address": "徐州",
"gender": 1
}
}'{}