curl --location --request POST 'http://192.168.1.36:8080/akaso/api/forgetPassword' \
--form 'email="pileileishow7@126.com"' \
--form 'newPassword="12345678"' \
--form 'surePassword="12345678"' \
--form 'verifyCode="109861"'{
"state": "200",
"message": "成功",
"data": 1,
"code": "200"
}