Write input to an active terminal session
curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/computers/terminals/{sessionId}/input \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": "<string>"
}
'{
"ok": true
}curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/computers/terminals/{sessionId}/input \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": "<string>"
}
'{
"ok": true
}