For CRUD operation with profile image upload, first I create a pyndantic model in models.py as :
For adding a new student
class StudentSchema(BaseModel