Authorization: Bearer ********************curl --location '/api/user/info' \
--header 'Authorization: Bearer <token>'{
"avatar": "string",
"buttons": [
"string"
],
"email": "string",
"roles": [
"string"
],
"userId": 0,
"userName": "string"
}