When I have series of api calls using cy.api command I can not see response body and header of last request. I can see request body and header only. All api calls before are complete - with response body & headers. On screenshot you can see, that I am pinned to cy.log command, so I would expect that response of last POST request will be fully visible.
Issue occurs in safari Version 17.1
cypress v : 13.5.1
"cypress-plugin-api": "^2.11.1"
