const json = await res.json();
assertObjectMatch(json, {
data: {
object: "VerificationRequest",
id: expect.any(String)
},
});
const json = await res.json();
assertObjectMatch(json, {
data: {
object: "VerificationRequest",
id: expect.any(String)
},
});