Future<ApiResponse<bool, bool>> updateTicketStatus(String ticketId) { return handleRequest(_api.updateTicketStatus(ticketId)); }