bruno/memori-backend/User/Logs out the User.bru

16 lines
167 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Logs out the User.
type: http
seq: 2
}
post {
url: {{baseUrl}}/api/v2/Logout/:strToken
body: none
auth: none
}
params:path {
strToken:
}