curl --request PUT \
--url https://api.runflow.ai/api/v1/runtime/v1/memory/{memoryId} \
--header 'Content-Type: application/json' \
--data '
{
"messages": [
{
"content": "<string>",
"metadata": {},
"timestamp": "2023-11-07T05:31:56Z"
}
],
"metadata": {}
}
'