该方法用于重置密码。
{
"mail": "string",
"code": "string",
"password": "string"
}curl --location --request PUT '/api/v1/auth/password/reset' \
--header 'Referer: http://127.0.0.1:8888' \
--header 'Authorization: Bearer {{Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mail": "string",
"code": "string",
"password": "string"
}'{
"output": "",
"code": 0,
"message": "",
"error_message": "",
"data": ""
}