{
> curl -X POST https://omega-mesh-edge.omega-mesh-workers.workers.dev/api/outbo
x/put \
-H "Content-Type: application/json" \
-d '{
"sessionId": "x",
"packet": {
"type": "eval",
"payload": "document.getElementById(\"root\").innerHTML += \"> MESH
COMMAND RECEIVED. INJECTING UI...<br>\"; setTimeout(() => { document.body.style
.background = \"#002200\"; document.getElementById(\"root\").innerHTML += \">
INJECTION COMPLETE. UI HOT-RELOADED.<br>\"; }, 1000);"
}
}'
> }
{"success":true}
==
> BOOTING MESH OS MICROKERNEL...
> SESSION ID: x
> LISTENING FOR INSTRUCTIONS ON EVENT BUS...
> MESH COMMAND RECEIVED. INJECTING UI...
> INJECTION COMPLETE. UI HOT-RELOADED.
==