Create a new memory in the graph from files.
curl --request POST \ --url https://api.circlemind.co/graph/{graph_name}/files \ --header 'Content-Type: multipart/form-data' \ --header 'apiKey: <api-key>' \ --form 'files=[ null ]'
{ "requestId": "<string>", "requestTime": 123, "memoryId": "<string>" }
Data model for insert response.
Unique request ID to be used to track the request status
Further value to provide to track the request status
Reserved