@GET("instructors/{id}")
    suspend fun getInstructor(@Path("id") id: String): Response<Instructor>