curl --location --request PUT 'http://localhost/platform/billing/features/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"value_type": "boolean",
"default_value": "string",
"description": "string",
"is_active": true,
"metadata": [
"string"
]
}'"string"