authentication/bruno/Auth/Logout.bru

16 lines
174 B
Plaintext

meta {
name: Logout
type: http
seq: 7
}
post {
url: http://localhost:11000/api/auth/logout
body: none
auth: none
}
headers {
Authorization: Bearer xx.xx.xx
}