dot-net-core-rest-api/ ├── Controllers/ │ ├── CategoriesController.cs # Category endpoints (JWT-protected) │ └── SubCategoriesController.cs ...