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"
]
}'{
"success": true,
"code": "string",
"message": "string",
"request_id": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"api_version": "string",
"data": "string"
}