cy.request("POST", 'https://<my_supabase_api_url>.supabase.co/auth/v1/token?grant_type=password&apikey=<My_API_Key>, { email: 'bob@gmail.com', password: '123456' })
.its('body')
.as('currentUser')
cy.request("POST", 'https://<my_supabase_api_url>.supabase.co/auth/v1/token?grant_type=password&apikey=<My_API_Key>, { email: 'bob@gmail.com', password: '123456' })
.its('body')
.as('currentUser')