Generic RPC proxy to computer-manager via server-link WebSocket
curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/computers/{computerId}/rpc \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"method": "<string>",
"params": {}
}
'{
"result": "<unknown>"
}curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/computers/{computerId}/rpc \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"method": "<string>",
"params": {}
}
'{
"result": "<unknown>"
}