{ "old_path": "string", "new_name": "string" }
curl --location --request PUT 'http://127.0.0.1:5700/api/scripts/rename' \ --header 'Content-Type: application/json' \ --data '{ "old_path": "string", "new_name": "string" }'