async fn get_all_research_form_answers_with_user_id(
    user: AuthUser,
    pool: Data<PgPool>
) -> ControllerResult<Json<Vec<ResearchFormQuestionAnswer>>>
Expand description

GET /api/v0/main-frontend/users/get-user-research-consents - Gets all users research consents for a course specific research form.