curl --location 'http://localhost:8080/public/member/' \
--header 'Authorization: eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJmMmI4OWY2ZmVhNTM0Y2NlYTU4MTM4NmNhNDg5ZDg5MiIsInN1YiI6IjEiLCJpc3MiOiJ4aC1uZXQiLCJpYXQiOjE3ODU4MzI5OTksImV4cCI6MTc4NTg0MDE5OX0.3DGsEIR0s18rZUoSmbspQI--Evczz1wIkrgVBqxCBuA'{
"code": 0,
"message": "string",
"data": {
"id": 0,
"nickname": "string",
"avatar": "string",
"role": "string",
"intro": "string",
"join_year": 0,
"honor_badge": "string",
"phone": "string",
"email": "string",
"qq": "string",
"works": [
{
"id": 0,
"title": "string",
"cover": "string",
"description": "string",
"link": "string",
"tags": "string"
}
],
"growth_experiences": [
{
"id": 0,
"happen_date": "string",
"title": "string",
"content": "string",
"image_url": "string"
}
]
}
}