Files
tasknote/TaskNoteBruno/Authentication/Confirm Password Reset.bru
T
2025-12-15 16:50:58 -03:00

24 lines
280 B
Plaintext

meta {
name: Confirm Password Reset
type: http
seq: 8
}
post {
url: {{addr}}/auth/complete-password-reset
body: json
auth: inherit
}
body:json {
{
"token": "string",
"password": "string",
"passwordAgain": "string"
}
}
settings {
encodeUrl: true
}