class Attio::Client

def response_to_hash(response)

def response_to_hash(response)
  {
    status: response.status,
    headers: response.headers,
    body: response.body
  }
end