{"ScriptPreparationCode":null,"TestCases":[{"Name":"fetch","Code":"fetch(\u0027https://api.surfskip.com\u0027)\r\n .then(response =\u003E response.json())\r\n .then(console.log)","IsDeferred":false},{"Name":"axios","Code":"axios.get(\u0027https://api.surfskip.com\u0027)\r\n .then((response) =\u003E response.json())\r\n .then(console.log); ","IsDeferred":false}]}