{
"nickname": "罗静",
"headimgurl": "http://dummyimage.com/400x400"
}curl --location --request POST '/weixin/updateUser' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickname": "罗静",
"headimgurl": "http://dummyimage.com/400x400"
}'{
"code": 200,
"message": "成功",
"data": null
}