### # Criar estudante POST http://localhost:3003/student/create Content-Type: application/json
- {
- "name": "João Mateus", "email": "joã[email protected]", "birthdate": "04/07/1995"
}
### # Criar professor POST http://localhost:3003/teacher/create Content-Type: application/json
- {
- "name": "Pedro Darvas", "email": "[email protected]", "birthdate": "03/07/1998"
}