Moves the given menu item to the menu as the new parent
Future<void> moveMenuItemToMenuParent(int menuId, int itemId) async { await _put('/api/menu/$itemId/move/parent/to/menu/$menuId'); }