Authorization: Bearer ********************{
"newEmail": "201436728@qq.com",
"verifyCode": "111111"
}curl --location --request POST '/user/changeEmail' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"newEmail": "201436728@qq.com",
"verifyCode": "111111"
}'{
"code": 0,
"msg": "string",
"data": {}
}