username:password
Authorization: Basic *****************
{}
curl --location --request POST '/woosh/map/SceneList' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{"body":{"scenes":[{"maps":["wooshmap"],"name":"wooshmap"},{"maps":["t"],"name":"test"}]},"msg":"","ok":true,"type":"woosh.map.SceneList"}