Files
aviation/bruno/Users/Logout.bru

19 lines
210 B
Plaintext

meta {
name: Logout
type: http
seq: 3
}
post {
url: {{BASE_URL}}/account/logout
body: none
auth: none
}
body:json {
{
"email": "john.doe@gmail.com",
"password": "fake_password123"
}
}