{
"$schema": "https://example.com/schemas/UpdateAccountBody.json",
"account": {
"disabled": false,
"display_name": "Alex Johnson",
"email": "alex.johnson@example.com",
"phone_number": "+1-555-123-4567",
"role": "admin"
},
"update_mask": {
"paths": [
"display_name",
"email"
]
}
}