1fetch('https://jsonplaceholder.typicode.com/todos/1')
2 .then(response => response.json())
3 .then(json => console.log(json))
4
1{
2"Number": "919962069618",
3"RingUrl": "http://domainname/ringurl",
4"AnswerUrl": "http://domainname/answerurl",
5"HangupUrl": "http://domainname/hangupurl",
6"HttpMethod": "POST",
7"Xml": "<Response><play>https://smscountry.com/voice_clips/TTS_210422142600.mp3</play></Response>"
8}
9