curl --location --request POST 'https://saas-open.vhall.com/v3/users/open-user/info' \
--header 'platform: 15' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'v_user_id=185432771' \
--data-urlencode 'app_key=75844ad7a2a5f2b421c04a125b197996' \
--data-urlencode 'sign={{sign}}' \
--data-urlencode 'signed_at={% mock 'timestamp' , 's' %}' \
--data-urlencode 'sign_type=0'{
"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"
}