Metar overhaul, added footer, updated schemas
This commit is contained in:
18
bruno/Account/Logout.bru
Normal file
18
bruno/Account/Logout.bru
Normal file
@@ -0,0 +1,18 @@
|
||||
meta {
|
||||
name: Logout
|
||||
type: http
|
||||
seq: 5
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{API_URL}}/account/logout
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"email": "user@gmail.com",
|
||||
"password": "changeme"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user