Retrieve the configuration details of a specific graph by its name.
curl --request GET \ --url https://api.circlemind.co/graph/{graph_name}/configuration \ --header 'apiKey: <api-key>'
{ "domain": "<string>", "exampleQueries": "<string>", "entityTypes": [ "<string>" ] }
Data model for graph configuration response.