Release notes
**Features and Improvements**:
- Common settings of microservice projects
- Added dependecy injection for getting authorization headers and convert it to claims
- Added base crud manager for sqlalchemy model
- Added supporting pydantic schemes
**Bug fixes**:
- Fixed bug on building claims from headers
- Fixed update method on crud base manager