OK
const response = await fetch('//api/groups/list', { method: 'GET', headers: {}, }); const data = await response.json();
{ "message": "text", "data": [ { "groupId": "text", "groupName": "text", "allUsersGroup": false, "visitorRole": "text", "dynamicRule": "text", "devGroup": false, "syncGroup": false, "syncDelete": false } ], "success": false }