curl --location -g --request DELETE 'https://localhost/api/v1/memories/{{memory_uuid}}?workspace_uuid={{workspace_uuid}}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'null