module Slack::Web::Faraday::Request

def post(path, options = {})

def post(path, options = {})
  request(:post, path, options)
end