curl --location --request GET 'http://localhost:8081/system/user/commentUser?userId' \ --header 'Authorization: '
{ "code": 0, "msg": "string", "data": { "property1": "string", "property2": "string" } }