{
  "name": "tesan-mobile-api",
  "version": "0.1.0",
  "status": "ok",
  "endpoints": {
    "auth": [
      "POST /api/auth/otp/send",
      "POST /api/auth/otp/verify",
      "POST /api/auth/magic-link",
      "GET  /api/auth/me"
    ],
    "crm": [
      "GET  /api/crm/leads",
      "POST /api/crm/leads",
      "GET  /api/crm/leads/:id",
      "PATCH /api/crm/leads/:id"
    ]
  }
}