feat: change searchWithSpecificInfo path to avoid route conflict with /{circuitCode}
The GET /searchWithSpecificInfo endpoint was being intercepted by the /{circuitCode} path variable mapping, causing errors when called without query parameters. Changed path to /search/withSpecificInfo to eliminate the ambiguity.