curl --location -g --request POST 'https://localhost:8092/json-rpc/confog/restore' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "config",
"subcommand": "restoreconfig",
"config": {
"global": {
"settings": {
"cecEvents": null,
"effects": null,
"flatbufServer": null,
"forwarder": null,
"framegrabber": null,
"general": null,
"grabberAudio": null,
"grabberV4L2": null,
"jsonServer": null,
"logger": null,
"network": null,
"osEvents": null,
"protoServer": null,
"schedEvents": null,
"webConfig": null
},
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"
},
"instanceIds": [
0
],
"instances": [
{
"enabled": true,
"id": 0,
"name": "string",
"settings": {
"backgroundEffect": null,
"blackborderdetector": null,
"boblightServer": null,
"color": null,
"device": null,
"foregroundEffect": null,
"instCapture": null,
"ledConfig": null,
"leds": null,
"smoothing": null
}
}
]
},
"tan": 4711
}'