Files
MeowSpool/backend/bruno-routes/MewoSpool/Auth/Logout.yml
T

25 lines
374 B
YAML

info:
name: Logout
type: http
seq: 2
http:
method: POST
url: "{{base_url}}/api/v1/auth/logout"
body:
type: json
data: |-
{
"email": "felipe@felipecncloud.com",
"password": "l11f06c10"
}
auth:
type: bearer
token: "{{access_token}}"
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5