HTTP POST request
14 15 16
# File 'lib/paychex/request.rb', line 14 def post(path, options = {}) request(:post, path, options) end