{
"$schema": "https://example.com/schemas/UpdateFeatureFlagBody.json",
"feature_flag": {
"change_reason": "string",
"client_visible": true,
"enabled": true,
"status": "string",
"temporary": true
},
"update_mask": {
"paths": [
"display_name",
"email"
]
}
}