Files
aviation/bruno/Account/Logout.bru

19 lines
197 B
Plaintext

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"
}
}