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

22 lines
234 B
Plaintext

meta {
name: ReSend Email
type: http
seq: 5
}
post {
url: {{addr}}/auth/resend-email-confirmation
body: json
auth: inherit
}
body:json {
{
"email": "ricardompcampos@gmail.com"
}
}
settings {
encodeUrl: true
}