AuthController: isManagerOfAny
### Endpoint (Method)
| Params | Type | Comment |
|--------|------|---------|
| Input | Long | personId |
| | | |
| Output | Boolean | |
##### What does this method do?
<!-- Explain here, in however many steps needed, how you expect to go from
input to output. In many cases, this can just be a short explanation
of what you expect to come out. -->
1. Checks whether a person is a manager in any course
issue