curl --location --request GET 'http://localhost:8080/student/get/currentUserInfo' \ --header 'token;'
{ "code": 0, "msg": "", "data": { "": {} } }