bruno_template/api/auth/logout.bru
2025-03-19 19:00:41 -04:00

11 lines
118 B
Text
Executable file

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