{"ScriptPreparationCode":"async function gotTest() {\r\n const {\r\n data\r\n } = await got.post(\u0027https://httpbin.org/anything\u0027, {\r\n json: {\r\n hello: \u0027world\u0027\r\n }\r\n }).json();\r\n}\r\n\r\nasync function axiosTest() {\r\n const {\r\n data\r\n } = await axios.post(\u0027https://httpbin.org/anything\u0027, {\r\n hello: \u0027world\u0027,\r\n })\r\n}","TestCases":[{"Name":"got","Code":"gotTest()","IsDeferred":false},{"Name":"axios","Code":"axiosTest()","IsDeferred":false}]}