curl --request POST \
--url https://api.example.com/v1/ui/provider/auth/two-factor-verifications \
--header 'Content-Type: application/json' \
--data '
{
"twoFactorToken": "<string>"
}
'{
"enabled": true
}curl --request POST \
--url https://api.example.com/v1/ui/provider/auth/two-factor-verifications \
--header 'Content-Type: application/json' \
--data '
{
"twoFactorToken": "<string>"
}
'{
"enabled": true
}