cURL
curl --request POST \ --url http://localhost:6060/api/agent-server/summary \ --header 'Content-Type: application/json' \ --data ' { "conversation_id": "<string>", "thread_id": "<string>", "summary": "<string>" } '
{ "error": true, "message": "<string>", "data": {}, "status": 123, "errorDetails": {} }
Summary saved successfully