{
"email": "string",
"code": 0,
"newPassword": "string"
}
curl --location --request POST 'http://127.0.0.1:8882/luckyjourney/login/findPassword' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"code": 0,
"newPassword": "string"
}'
{}