Files
games-wishlist/docs/api/auth/Logout user.bru

17 lines
171 B
Plaintext

meta {
name: Logout user
type: http
seq: 2
}
post {
url: {{base_url}}/api/auth/logout
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}