
Here we have 2 endpoints to get the selected mentor and get applied mentors list.
But with the new Program State we need 3 endpoints.
- Get applied mentors (program/{programId}/mentee/mentors)
 - Get approved mentors
 - Get Selected mentor (program/{programId}/mentee/mentor)
 
So, for the second one, what kind of path is good?
@YohanAvishke @EngTeam