Reset 2FA
user info
No Content
const response = await fetch('//api.client.nbcgate.tech/tfa/reset', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "OTP": "text", "email": "text" }), }); const data = await response.json();
{ "errors": [ { "code": 0, "field": "text", "message": "text" } ], "message": "text", "statusCode": 0 }