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

22 lines
233 B
Plaintext

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