I want to write a test like this
cy.request(\'/auth/me\').then((data) => { const { fullName } = data.body; cy.log(fullName);