async fn get_research_form_with_course_id(
course_id: Path<Uuid>,
user: AuthUser,
pool: Data<PgPool>,
) -> ControllerResult<Json<Option<ResearchForm>>>Expand description
GET /api/v0/cms/courses/:course_id/research-consent-form - Fetches courses research form with course id.