curl --location --request POST 'https://saas-open.vhall.com/v3/users/open-user/login' \
--header 'platform;' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'third_user_id=1749520979' \
--data-urlencode 'nick_name=微吼-侯瑞' \
--data-urlencode 'app_key=' \
--data-urlencode 'sign_type=' \
--data-urlencode 'signed_at=' \
--data-urlencode 'sign='
{
"code": 200,
"msg": "",
"data": {
"user_id": 184854197,
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJqYXQiOjE3NTA5NDM5MTEsImV4cCI6MTc1MzUzNTkxMSwidXNlcl9pZCI6IjE4NDg1NDE5NyIsInBsYXRmb3JtIjoiMTUiLCJjaOI6ImMiLCJidXNpbmVzc19hY2NvdW50X2lkIjoiIn0.fAwlu6A4lofTBGC3d9TsEN37Vh7-hb4EB_b0mWEXyL8",
"exp_time": 1753535911,
"avatar": "https://cnstatic01.e.vhall.com/common-static/images/default_avatar.png",
"nick_name": "微吼-侯瑞"
},
"request_id": "407f045a-389c-4e64-b8fe-950c3371291b"
}