{
"scene": "string",
"type": "string",
"account": "string",
"code": "string",
"password": "string",
"password_confirm": "string"
}
curl --location --request POST '/api/user/resetPassword' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"scene": "string",
"type": "string",
"account": "string",
"code": "string",
"password": "string",
"password_confirm": "string"
}'
{}