class Seatsio::HttpClient

def post(endpoint, payload = {})

def post(endpoint, payload = {})
  execute(:post, endpoint, payload)
end