Authorization: Bearer ********************curl --location --request GET 'https://venuehelper.api.voc2018.com/users/currentUser' \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"message": "操作成功",
"data": {
"id": "1",
"name": "周思南",
"telephone": "15062394811",
"studentId": "202219058",
"avatar": null,
"roleNames": [
"officer",
"cadre"
],
"roleDisplayNames": [
"干事",
"部长"
]
}
}