curl -X POST "http://localhost:8000/api/v2/agents/my-agent/batch-remember" \
-H "Authorization: Bearer your_api_key" \
-H "X-Session-Token: your_session_token" \
-H "Content-Type: application/json" \
-d '{"memories":[{"content":"Alice","type":"fact"},{"content":"Prefers email","type":"preference"}]}'