Get OTP to change 2FA type
curl -L \ --url 'http://api.client.nbcgate.tech//api/tfa'
No body
Managing 2FA
curl -L \ --request PUT \ --url 'http://api.client.nbcgate.tech//api/tfa' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "OTP": "text", "finTFA": true, "tfa": true, "type": 1 }'