{
"source_path": "string",
"target_dir": "string",
"new_name": "string"
}curl --location 'http://127.0.0.1:5700/api/scripts/copy' \
--header 'Content-Type: application/json' \
--data '{
"source_path": "string",
"target_dir": "string",
"new_name": "string"
}'