curl --request POST \
--url http://localhost:2468/v1/fs/move \
--header 'Content-Type: application/json' \
--data '
{
"from": "<string>",
"to": "<string>",
"overwrite": true
}
'{
"from": "<string>",
"to": "<string>"
}curl --request POST \
--url http://localhost:2468/v1/fs/move \
--header 'Content-Type: application/json' \
--data '
{
"from": "<string>",
"to": "<string>",
"overwrite": true
}
'{
"from": "<string>",
"to": "<string>"
}