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