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

22 lines
225 B
Plaintext

meta {
name: Reset Password
type: http
seq: 6
}
post {
url: {{addr}}/auth/password-reset
body: json
auth: inherit
}
body:json {
{
"email": "ricardompcampos@gmail.com"
}
}
settings {
encodeUrl: true
}