username:passwordAuthorization: Basic *****************{
"old_scene_name": "string",
"new_scene_name": "string",
"old_map_name": "string",
"new_map_name": "string"
}curl --location --request POST '169.254.128.2:5480/woosh/map/Rename' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"old_scene_name": "string",
"new_scene_name": "string",
"old_map_name": "string",
"new_map_name": "string"
}'{}