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