curl -i -X POST \
-H "Content-Type:application/json" \
-d \
'{
"DemoGUID": "PE_STARTURL_TESTER",
"Context" :{
"from": "Curl",
"message" :"Hello Smartcall"
}
}
' \
'https://dev.smartcall.cc/api/session/init'
curl -i -X POST \
-H "Content-Type:application/json" \
-d \
'{
"DemoGUID": "PE_STARTURL_TESTER",
"Context" :{
"from": "Curl",
"message" :"Hello Smartcall"
}
}
' \
'https://dev.smartcall.cc/api/session/init'