Authorization: Bearer ********************curl --location --request POST 'http://127.0.0.1:3000/get_login_info' \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"retcode": 0,
"data": {
"user_id": 379450326,
"nickname": "linyuchen"
},
"message": "",
"wording": ""
}