curl --location -g --request POST 'https://localhost:8092/json-rpc/output/mappingmode' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "processing",
"instance": [],
"mappingType": "multicolor_mean",
"tan": 4711
}'
{
"command": "processing",
"success": true,
"tan": 4711
}