updateThemeMenu method
Updates the theme menu for the given field and theme with the given menu
Implementation
Future<void> updateThemeMenu(int themeId, String field, int menuId) async {
await _put('/api/theme/$themeId/menu/$field', data: {'menu': menuId});
}