The value provided for plan_united_type parameter is invalid. Try again with a valid value

Hi ,

I am facing an issue while hitting create user api . Following error has been generated

The value provided for plan_united_type parameter is invalid. Try again with a valid value.

Despite of changing any value it’s giving same error again and again . Please let me know where i need to change . I am attaching request body below :-

{

“action”: “create”,

“user_info”: {

"email": "jchill@example.com",

"first_name": "Jill",

"last_name": "Chill",

"display_name": "Jill Chill",

"password": "if42!LfH@",

"type": 2,

"feature": {

  "zoom_phone": false,

  "zoom_one_type": 16

},

"plan_united_type": "2048"

}

}