Move or rename a file or directory on the instance.
curl -X POST https://api.chowder.dev/v1/instances/ins_abc123/files/move \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "source": "config/old-name.json", "destination": "config/new-name.json" }'
No Content
mv
204 No Content