curl --request PUT \
--url http://localhost:8000/v2/workspaces/{workspace_id}/sessions/{session_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"metadata": {},
"configuration": {
"deriver": {
"enabled": true,
"custom_instructions": "<string>"
},
"peer_card": {
"use": true,
"create": true
},
"summary": {
"enabled": true,
"messages_per_short_summary": 11,
"messages_per_long_summary": 21
},
"dream": {
"enabled": true
}
}
}
'