{
"accountId": "21",
"verificationCode": "729083",
"userPassword": "lianwei",
"confirmPassword": "lianwei"
}
curl --location --request POST 'http://127.0.0.1:8091/clean/account/resetByEmail' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "21",
"verificationCode": "729083",
"userPassword": "lianwei",
"confirmPassword": "lianwei"
}'
{
"code": "1",
"msg": "成功",
"data": {
"userAccount": "occaecat exercitation in ea"
}
}