Get OTP to change 2FA type
GET //api/tfa HTTP/1.1 Host: api.client.nbcgate.tech Accept: */*
No Content
No content
Managing 2FA
PUT //api/tfa HTTP/1.1 Host: api.client.nbcgate.tech Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 48 { "OTP": "text", "finTFA": true, "tfa": true, "type": 1 }