Files
wishlify/docs/api/auth/logout user.bru
2026-02-18 02:17:13 +03:00

16 lines
154 B
Plaintext

meta {
name: logout user
type: http
seq: 3
}
post {
url: {{base_url}}/auth/logout
body: none
auth: inherit
}
settings {
encodeUrl: true
}