"Sign in with Two-Factor Authentication" setting is not updating

Description
Hello developers team =)
how are you?
please, I need a help here.

I’m trying to update account security settings sign_in_with_two_factor_auth via HTTP REST endpoint, but apparently it’s not working

Error?
No error is received

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
/accounts/me/settings

How To Reproduce
Steps to reproduce the behavior:

  1. Have account with sign_in_with_two_factor_auth=none setting
  2. Send HTTP PATCH request:
https://api.zoom.us/v2/accounts/me/settings
{
    "security": {
        "sign_in_with_two_factor_auth": "all"
    }
}

Observe that sign_in_with_two_factor_auth will remain as “none”

Am I forgetting a key?
Thank you so much!