curl --location '/api/sessions/memo' \ --header 'Content-Type: application/json' \ --data '{ "session_id": 0 }'
{ "memo": { "property1": "string", "property2": "string" } }