Authorization: Bearer ********************curl --location --request GET 'localhost:8080/grow/userInfo/list' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"id": 0,
"userId": 0,
"studentId": "",
"name": "",
"gender": "",
"degree": "",
"birthday": "",
"grade": "",
"college": "",
"nationality": "",
"major": "",
"admissionDate": "",
"email": "",
"apartment": "",
"dormitory": "",
"telephone": "",
"homeAddress": "",
"political": "",
"marry": "",
"fundType": "",
"status": ""
}
],
"code": 0,
"msg": ""
}