Authorization: Bearer ********************curl --location 'https://cgm-api.lingcgm.com/open/user/info?userId=' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": {
"nickName": "string",
"birthday": "string",
"gender": 0,
"height": 0,
"weight": 0
},
"errorData": null,
"timestamp": 0
}