class Client
    module SurveyQuestions
      def survey_questions(params: {})
        get(path: 'surveyQuestions', params: params)
      end