curl --location --globoff '/platform/authorize/userinfo?openId={{openId}}' \ --header 'Authorization: Bearer {{token}}'
{ "code": "SUCCESS", "success": true, "message": "SUCCESS", "data": { "openId": "HV82A_R4erMAG7cO1E1qF1", "nickname": "admin", "username": "superAdmin", "phone": "9823432222", "countryCode": "95", "avatarUrl": "https://avatars.githubusercontent.com/u/44761321" } }