{
"email": "string",
"verifyCode": "string",
"newPassword": "string"
}curl --location --request POST '43.139.194.209:8088/user/forget-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"verifyCode": "string",
"newPassword": "string"
}'{}