happy-megabyte-98400
10/17/2022, 2:35 AMcy.request() whose response body is like,
[
{
id: 1234
name: cypress
email: cypress@cypress.io
<other fields>
},
{
id: 1235
name: cypress
email: cypress@cypress.io
<other fields>
},
]
How can i extract only the id, name and email fields in the then() block?