OK
const response = await fetch('https://api.laminar.run/workspaces/{workspaceId}/api-descriptions', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "id": 0, "url": "text", "methodType": "GET", "authCredentials": { "id": 0, "name": "text", "authType": "text" }, "name": "text", "description": "text" } ]