curl --location -g --request POST 'https://localhost:8092/json-rpc/input/effect' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "effect",
"effect": {
"name": "Warm mood blobs"
},
"priority": 50,
"origin": "My Fancy App"
}'
{
"command": "effect",
"success": true,
"tan": 0
}