curl --location --request GET 'http://172.22.182.59:7005/api/user/get_user/'
{ "code": 0, "msg": "string", "data": { "id": 0, "username": "string", "is_active": true } }