{ "fileId": "abc123", "fileName": "new_file_name.txt" }
curl --location --request PUT '/rename' \ --header 'Content-Type: application/json' \ --data-raw '{ "fileId": "abc123", "fileName": "new_file_name.txt" }'
{}