Authorization: Bearer ********************curl --location --request GET 'http://172.22.182.59:7005/api/user/me' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"username": "string",
"is_active": true
}
}