V2Logout User
LogoutRequest
No Content
const response = await fetch('/v2/auth/logout', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "description": "text", "status": "text", "data": "text" }