{
  "service": "mock-crm",
  "description": "Mock CRM API returning pop-culture customer records.",
  "endpoints": {
    "GET /health": "liveness check",
    "GET /v1/customers": "search records by query parameters",
    "GET /v1/customers/:contactId": "fetch a single record",
    "POST /v1/customers/search": "search records with a JSON body"
  },
  "auth": "Authorization: Bearer <key>  (or  X-API-Key: <key>)"
}