OK
const response = await fetch('https://api.laminar.run/workspaces/{workspaceId}/api-keys', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "apiKey": "text", "createdAt": "2024-10-16T02:05:25.222Z" } ]