{
  "message": "FE Course Sample API",
  "endpoints": {
    "GET /items": "Returns a static list of items",
    "GET /items/:id": "Returns a single static item by id",
    "POST /items": "Mocks creating an item — echoes back your payload with a generated id. Nothing is actually stored."
  }
}