Create a request body validator with the below TODO - [x] Create a `userModel.py` file for the user request body - [x] Create a `User` class then will extend `BaseModel` which will come from `pydantic` - [x] Must use `__init__.py` file for package managing (**required**) - [x] Mention User model in `http` request body prams and also in `http response` - [x] Path & request body extra validations