meta { name: Logout type: http seq: 7 } post { url: {{url}}/api/users/logout body: none auth: inherit } headers { X-XSRF-TOKEN: Accept: application/json } assert { res.status: eq 200 } settings { encodeUrl: true timeout: 0 }