Return the list of all existing graphs for the current user.
curl --request GET \ --url https://api.circlemind.co/graph \ --header 'apiKey: <api-key>'
{ "graphs": [ "<string>" ] }
Successful Response
Data model for graph list response.