Sessions

POST /api/sessions/:id/input accepts:

{
  "text": "echo hello",
  "enter": true
}

or:

{
  "keys": ["C-c"]
}