User Activity

please kindly sent me pipeline example where i need to post to rest without any content. i just need to send url to REST post to merge account in marketo e.g: https://test-mktorest.com/rest/v1/leads/1934/merge.json?access_token=TOKEN]&leadIds=1888,18...
Hi , i have json like payload{ input:[ {url: "test.com’,} {url: "test.com’,}, {url: "test.com’,} ] } i need to iterate over payload.input[0].url ,payload.input[1].url and send url to restPOST api. can you please suggest anyoption to get individua...