pangolin/bruno/Auth/logout.bru
2025-10-04 18:36:44 -07:00

11 lines
130 B
Text

meta {
name: logout
type: http
seq: 3
}
post {
url: http://localhost:4000/api/v1/auth/logout
body: none
auth: none
}