curl --location --request PUT 'http://localhost/api/v1/central/platform/billing/plans/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"price_monthly": 0,
"price_yearly": 0,
"is_active": true,
"metadata": [
"string"
]
}'"string"