Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/user/getmyallowedmfamethods' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"mfa_enabled": true,
"email_enabled": true,
"duo_enabled": true,
"totp_enabled": true
}