curl --request POST \
--url http://localhost:8080/api/v2/memories \
--header 'Content-Type: application/json' \
--data '
{
"messages": [
{
"content": "<string>",
"producer": "user",
"produced_for": "",
"timestamp": "2023-11-07T05:31:56Z",
"role": "",
"metadata": {}
}
],
"org_id": "universal",
"project_id": "universal",
"types": [
"semantic"
]
}
'