Use these routes to request data on characters:
- /api/v1/characters - view all the characters
- /api/v1/character/id - view a character with the id, e.g., /api/v1/charcters/3
- /api/v1/characters/students - view all the students
- /api/v1/characters/teachers - view all the teachers