{ "code": "bab02f63c1e030fbbxxxx" }
curl --location --request POST 'http://127.0.0.1/topapi/v2/user/getuserinfo?access_token=6ed1bxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "code": "bab02f63c1e030fbbxxxx" }'
{ "": "string", "errcode": 0, "errmsg": "string", "result": { "userid": "string", "device_id": "string", "sys": true, "sys_level": 0, "associated_unionid": "string", "unionid": "string", "name": "string" } }