5 6 7 8 9
# File 'lib/talkable/api/visitor.rb', line 5 def create(params = {}) post '/visitors', { data: params, } end