constresponse=awaitrequest.get('https://dev.orderbookings.com/api/order/syncOrders?user_id=670766e4272db54e96e423e0&phone=919480111222&lastupdatetime=0&merchantCode=919480707707&role=ROLE_TYPE_MERCHANT')//base uri should maintan separately
console.log(awaitresponse.json())
console.log(awaitresponse.json())
//expect(response.status()).toBe(200)
// const text = await response.text();
// expect(text).toContain('Manju')
//expect(response.status()).toBe(200) //dont put commented code in repo
// const text = await response.text(); //its better to give discription for the steps you are following in comments
// expect(text).toContain('Manju') //add the ids of manual testcases in test.describe also suggest if the testcase is from regression suit or not and add tags respectively