costapy/bruno/Authsquare/Logout.bru

16 lines
174 B
Plaintext
Raw Normal View History

meta {
name: Logout
type: http
2025-08-09 17:55:14 +07:00
seq: 8
}
post {
url: http://localhost:11000/api/auth/logout
body: none
auth: none
}
headers {
Authorization: Bearer xx.xx.xx
}