Authorization: Bearer ********************{
"nickName": "新昵称",
"email": "new@example.com",
"phone": "13900139000"
}curl --location --request PATCH '/user/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickName": "新昵称",
"email": "new@example.com",
"phone": "13900139000"
}'