# File lib/sawyer/relation.rb, line 175
    def post(data = nil, options = nil)
      options ||= {}
      options[:method] = :post
      call data, options
    end