"# spring-boot-rest"
- Create Question POST /questions body raw= {"title": "title sample","description": "description sample"}
- Get paginated Questions GET /questions?page=0&size=2&sort=createdAt,desc
- Create Answer POST /questions/{questionId}/answers
- Get all answers of a Question GET /questions/{questionId}/answers