Future<bool> deleteFunnel(String id) async { var res = await dio.delete<Map>("/crm/funnels/$id"); return res.data!["success"]; }