curl --location -g --request POST 'https://localhost:8092/json-rpc/input/color' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "color",
"instance": [],
"color": [
0,
0,
255
],
"priority": 50,
"origin": "My Fancy App"
}'
{
"command": "color",
"success": true,
"tan": 4711
}