{ "FilePath": "string", "NewName": "string" }
curl --location --request POST 'http://127.0.0.1:9307/cypnest/part/rename' \ --header 'Content-Type: application/json' \ --data-raw '{ "FilePath": "string", "NewName": "string" }'
{}