curl --request POST \
--url http://localhost:2468/v1/desktop/stream/start{
"active": true,
"processId": "<string>",
"windowId": "<string>"
}Enables desktop websocket streaming for the managed desktop.
curl --request POST \
--url http://localhost:2468/v1/desktop/stream/start{
"active": true,
"processId": "<string>",
"windowId": "<string>"
}