Using Cypress.io for end to end testings, I am trying to mock an API endpoint in which I am will to get 0 with probability 0.5 and 1 with probability 0.5 for each call. Howe