Return the status of an existing add request.
curl --request GET \ --url https://api.circlemind.co/graph/{graph_name}/insert/{request_id} \ --header 'apiKey: <api-key>'
{ "status": "<string>", "answer": "<string>", "context": "<string>" }