19 lines
197 B
Plaintext
19 lines
197 B
Plaintext
meta {
|
|
name: Logout
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
post {
|
|
url: {{API_URL}}/account/logout
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"email": "user@gmail.com",
|
|
"password": "changeme"
|
|
}
|
|
}
|