{
"userId":39,
"userEmail":"1946066280@qq.com",
"mailCode": "33012"
}
curl --location --request POST 'http://47.92.1.39:8005/api/user/update' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlcyI6WyJhZG1pbiJdLCJleHAiOjE2NjY5NTA2NTUsInVzZXJuYW1lIjoid2h0MiJ9.NmzOC1PYyzqc1TfpVaoEOV4dD8dqPbVRgRrThKWeskU' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId":39,
"userEmail":"1946066280@qq.com",
"mailCode": "33012"
}'
{
"success": true,
"errCode": null,
"errMessage": null
}