curl --location --request GET '127.0.0.1:9000/api/user' \
--header 'Authorization;'
{
"code": "0",
"message": null,
"data": {
"id": 1851875414722465800,
"username": "EST-NINE",
"email": null,
"avatar": "https://avatars.githubusercontent.com/u/143050853?v=4"
},
"success": true
}