username:password
Authorization: Basic *****************
{
"old_scene_name": "string",
"new_scene_name": "string",
"old_map_name": "string",
"new_map_name": "string"
}
curl --location --request POST '/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"
}'
{}