/files/copy/{fileId}POSTfileId (required, string): The unique identifier of the file to be copied.{
"destinationFolderId": "destinationFolderId"
}destinationFolderId (required, string): The unique identifier of the folder where the copied file will be placed.POST /files/copy/abc123def456
Content-Type: application/json
{
"destinationFolderId": "folder789xyz"
}destinationFolderId.