logout works

This commit is contained in:
Roland Schneider
2025-11-14 17:17:42 +01:00
parent d11b0c65e0
commit f1f2fefdab
6 changed files with 36 additions and 8 deletions

View File

@@ -13,3 +13,10 @@ Content-Type: application/json
GET {{apiBaseUrl}}/users
Accept: application/json
Authorization: Bearer {{auth_token}}
### GET request with parameter
POST {{apiBaseUrl}}/auth/logout
Accept: application/json
Authorization: Bearer {{auth_token}}