本文档由"一诺"编写,测试使用
{
"email": "user@example.com",
"code": "string",
"newPassword": "pa$$word",
"captchaTicket": "string"
}curl --location --request PUT 'https://api.hyperfrp.com/api/auth/reset-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"code": "string",
"newPassword": "pa$$word",
"captchaTicket": "string"
}'