Files
aviation/bruno/Account/Verify Email Confirmation.bru

18 lines
188 B
Plaintext

meta {
name: Verify Email Confirmation
type: http
seq: 3
}
post {
url: {{API_URL}}/account/register/verify
body: json
auth: none
}
body:json {
{
"token": "token"
}
}