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