Advertisement
BoberDiversant

Untitled

Mar 5th, 2019
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. curl --request POST \
  2. --url https://outgoing.app.ivoice.online/call-task/create \
  3. --header 'Authorization: Basic ZGV2OnpOZnh0NA==' \
  4. --header 'Content-Type: application/json' \
  5. --header 'Postman-Token: 80ec0b46-3834-494d-9594-b1b3b3744007' \
  6. --header 'cache-control: no-cache' \
  7. --data '{ \n "campaignName": "Denta_promotion",\n "phone" : "89133841262",\n "testing":true,\n "callDateTime":"01.01.01 00:00",\n "parameters":{\n "clientName":"Пендальф серый"\n }\n}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement