curl --location --request GET 'http://geek.itheima.net/v1_0/user/profile' \
--header 'Authorization: {{Vue2_Geek_ACCESS_TOKEN}}'
{
"data": {
"id": "5f20aa5a-7939-4168-93ca-63dcb8cebce4",
"photo": "http://geek.itheima.net/images/user_head.jpg",
"name": "13900002020",
"mobile": "13900002020",
"gender": 1,
"birthday": "1990-11-20"
},
"message": "OK"
}