Send a POST request with a JSON body. cy.request('POST', 'http://localhost:8888/users/admin', { name: 'Jane' }).then( (response) ...
確定! 回上一頁