curl -X POST https://api.sapfiai.com/authentication/logout \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." \ -H "Content-Type: application/json"
{ "type": "https://tools.ietf.org/html/rfc7235#section-3.1", "title": "Unauthorized", "status": 401, "detail": "Authorization token is missing or invalid" }
Authorization: Bearer {token}
Show error properties
{ "isSuccess": true, "succeeded": true, "error": { "code": "", "description": "" }, "errors": [] }