I'am trying to write unit tests for each one of my requests in insomnia. Is there a way to access the request in javascript and modify the body/query params? I want to test the different edge cases.
Are the insomnia js functions documented anywhere?