curl --request GET \
--url http://localhost:3000/api/v1/memory \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"exists": true,
"content": null
}
}curl --request GET \
--url http://localhost:3000/api/v1/memory \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"exists": true,
"content": null
}
}