Metar overhaul, added footer, updated schemas
This commit is contained in:
17
bruno/Account/Verify Email Confirmation.bru
Normal file
17
bruno/Account/Verify Email Confirmation.bru
Normal file
@@ -0,0 +1,17 @@
|
||||
meta {
|
||||
name: Verify Email Confirmation
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{API_URL}}/account/register/verify
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"token": "token"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user