Creating Mentee API for ScholarX

IMG_20201110_125040

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.

  1. Get applied mentors (program/{programId}/mentee/mentors)
  2. Get approved mentors
  3. Get Selected mentor (program/{programId}/mentee/mentor)

So, for the second one, what kind of path is good?
@YohanAvishke @EngTeam