{
"name": "我的名字",
"gender": 1,
"birthday": "2022-01-01",
"real_name": "真实名字",
"intro": "个人介绍"
}curl --location --request PATCH 'http://geek.itheima.net/v1_0/user/profile' \
--header 'Authorization: {{GK_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "我的名字",
"gender": 1,
"birthday": "2022-01-01",
"real_name": "真实名字",
"intro": "个人介绍"
}'{
"data": null,
"message": "OK"
}