curl --location --request POST 'https://saas-open.vhall.com/v3/users/open-user/info' \
--header 'platform;' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'v_user_id=185432771' \
--data-urlencode 'app_key=' \
--data-urlencode 'sign_type=' \
--data-urlencode 'signed_at=' \
--data-urlencode 'sign='
{
"code": 200,
"msg": "",
"data": {
"data": {
"nick_name": "迪迦 . 奥特曼",
"head": "https://cnstatic01.e.vhall.com/common-static/images/default_avatar.png",
"customized_field": "",
"customized_value": "",
"third_user_id": "1754978200",
"user_id": 185432771,
"phone": "",
"email": ""
}
},
"request_id": "71ffb2b9-6d5b-4382-b597-9627fb49f20f"
}