I'm doing integration testing on Deno with Superoak and my application has one time password, for test a feature I need to know the one time password but for it I need its secret, which is informed on the body of the response of a POST.
I want to know how to get the response of this POST on Superoak.