curl --location 'https://meikou-api.itheima.net/member/profile' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json'{
"msg": "string",
"result": {
"id": "string",
"avatar": "string",
"nickname": "string",
"account": "string",
"gender": "男",
"birthday": "string",
"fullLocation": "string",
"profession": "string"
}
}