curl --request POST \
--url http://localhost:8080/api/v2/memories/search \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"org_id": "universal",
"project_id": "universal",
"top_k": 10,
"filter": "",
"types": [
"semantic"
]
}
'