OK
const response = await fetch('//api/library-queries/listByOrg', { method: 'GET', headers: {}, }); const data = await response.json();
{ "message": "text", "data": [ { "id": "text", "organizationId": "text", "name": "text", "creatorName": "text" } ], "success": false }