Hi there,
I am using the REST helper for my automation in codeceptjs.
At some point, I have a button to click which will make a post request call and will send data to the backend (request payload). Is there any way I can see/read this request payload/body of the data being sent?
I do not wish to send a different test data. I just need to read whatever is being sent by the application.
Thank you.