Files
lst/LogisticsSupportTool_API_DOCS/app/auth/Signout.bru

29 lines
343 B
Plaintext

meta {
name: Signout
type: http
seq: 6
}
post {
url: {{url}}/lst/api/auth/session
body: none
auth: inherit
}
body:json {
{
"username": "matthes01",
"password": "nova0511"
}
}
script:post-response {
// Save it as an environment variable
bru.setEnvVar("session_cookie", null);
}
settings {
encodeUrl: true
}