{"name":"red-rca","version":"0.1.0","description":"RED Insurance — RC Auto microservice (pratiche, calibration, infocar, vehicle-lookup, scraper coordination)","endpoints":{"quotations":{"create":"POST /api/v1/rca/quotations","poll":"GET /api/v1/rca/quotations/:id"},"precheck":{"create":"POST /api/v1/rca/precheck","poll":"GET /api/v1/rca/precheck/:id"},"cvtQuote":"POST /api/v1/rca/cvt-quote","pratiche":{"list":"GET /api/v1/rca/pratiche","get":"GET /api/v1/rca/pratiche/:id","create":"POST /api/v1/rca/pratiche","annulla":"PUT /api/v1/rca/pratiche/:id/annulla","items":"PUT /api/v1/rca/pratiche/:id/items/:itemId/status","note":"POST /api/v1/rca/pratiche/:id/note"},"calibration":{"datapoints":"GET|POST|PUT|DELETE /api/v1/rca/calibration/datapoints","coefficients":"GET /api/v1/rca/calibration/coefficients","coefficientsLookup":"GET /api/v1/rca/calibration/coefficients/lookup","apply":"POST /api/v1/rca/calibration/apply","feedback":"POST /api/v1/rca/calibration/feedback","alerts":"GET /api/v1/rca/calibration/alerts","alertAcknowledge":"PUT /api/v1/rca/calibration/alerts/:id/acknowledge","alertResolve":"PUT /api/v1/rca/calibration/alerts/:id/resolve","stats":"GET /api/v1/rca/calibration/stats","staleCheck":"POST /api/v1/rca/calibration/stale-check"},"infocar":{"brands":"GET /api/v1/rca/infocar/brands","models":"GET /api/v1/rca/infocar/brands/:codmar/models"},"vehicleLookup":"GET /api/v1/rca/vehicle-lookup/:targa","pool":{"status":"GET /api/v1/rca/pool/status","resetGuard":"POST /api/v1/rca/pool/reset-guard"},"health":{"basic":"GET /api/v1/rca/health","deep":"GET /api/v1/rca/health/deep","redx":"GET /api/v1/rca/health/redx"}}}