curl --location --request GET 'http://api-toutiao-web.itheima.net/mp/v1_0/user/profile' \
--header 'Authorization: {{HM_ACCESS_TOKEN}}'{
"message": "OK",
"data": {
"id": 1,
"name": "python",
"intro": "asdfg",
"photo": "http://toutiao-img.itheima.net/FiE2yAJVX20b17LBVaILYlmJSSzB",
"email": "2564@qq.com",
"mobile": "13911111111"
}
}