username:passwordAuthorization: Basic *****************{
"name": "wooshmap"
}curl --location --request POST '169.254.128.2:5480/woosh/dispatch/system/SwitchScene' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "wooshmap"
}'{"body":{},"msg":"","ok":true,"type":"woosh.dispatch.system.SwitchScene"}