costapy/bruno/Authsquare/Logout.bru

16 lines
175 B
Plaintext
Raw Normal View History

meta {
name: Logout
type: http
2025-08-13 14:27:15 +07:00
seq: 10
}
post {
url: http://localhost:11000/api/auth/logout
body: none
auth: none
}
headers {
Authorization: Bearer xx.xx.xx
}