const response = await fetch('/v1/workspace/{id}/dependencies', { method: 'GET', headers: {}, }); const data = await response.json();
{ "nodes": [ "text" ], "edges": [ "text" ] }