Get OTP to reset 2FA
e-mail
No Content
const response = await fetch('//api.client.nbcgate.tech/tfa/otp/reset/id/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "errors": [ { "code": 0, "field": "text", "message": "text" } ], "message": "text", "statusCode": 0 }