End session
No Content
const response = await fetch('//api.client.nbcgate.tech/auth/log-out', { method: 'PUT', headers: {}, }); const data = await response.json();
{ "errors": [ { "code": 0, "field": "text", "message": "text" } ], "message": "text", "statusCode": 0 }