11 lines
122 B
Text
11 lines
122 B
Text
meta {
|
|
name: Logout User
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
post {
|
|
url: {{api_base}}/auth/logout
|
|
body: none
|
|
auth: inherit
|
|
}
|