curl --location --request GET 'http://localhost:3001/auth/me' \
--header 'Cookie: token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IuS4ieatpeaDiiIsInVzZXJJZCI6OSwiaWF0IjoxNzQ3NDk1NDQwLCJleHAiOjE3NDgxMDAyNDB9.6TxD9NrjJfJRohR10xQmgTujsaQVtKZH_84D9ghqfPw'{
"user": {
"id": 0,
"username": "string",
"email": "string",
"avatar": "string",
"background_img": "string",
"signature": "string",
"gender": null,
"fans_num": 0,
"concerns_num": 0,
"like_num": 0,
"collect_num": 0,
"issue_num": 0,
"comment_num": 0
}
}