dot-net-core-rest-api/ ├── Constants/ │ └── ErrorTypes.cs # Centralized RFC 7807 error type URIs ├── Controllers/ │ ├── BaseApiController ...
dot-net-core-rest-api/ ├── Controllers/ │ ├── CategoriesController.cs # Category endpoints (JWT-protected) │ └── SubCategoriesController.cs ...