- [x] router – `/api/tasks` (see example in the project with users); - [x] REST API CRUD operations; - [x] fields: id, text, is_completed, created_at, updated_at. All fields are `nullable=false`; - [x] validation (see user_schemas.py); All points must work