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