def create
    @slack_data_point = SlackDataPoint.new(slack_data_point_params)

    respond_to do |format|
      if @slack_data_point.save