# File lib/oauth/tokens/access_token.rb, line 43
    def post(path, body = '', headers = {})
      request(:post, path, body, headers)
    end