Hi,
a little context:
in the screenshot a test that if successful sends an email to the user with this document, there are fields and data that the document receives.
I have such a problem that I can not read the response of this request,
when I do the same request in postman, a response is returned to me while using the cypress.api plugin I can't see this response.
I tested other enpoints e.g. GET and everything is displayed.
Here is a strange issue because the body is empty.
Does anyone have any idea?