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