Files
aviation/bruno/Users/Logout.bru
2025-04-11 00:51:37 -04:00

19 lines
209 B
Plaintext

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