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