{
"plan_id": "string",
"plan_name": "string",
"plan_pricing": {
"billable_amount": 0,
"billing_type": "WEEKLY",
"credit_expirable": true,
"credit_to_grant": 0,
"currency": "CLP",
"over_due_days": 0
}
}curl --location --request PUT 'https://api.neucron.io/v1/subscription/plan' \
--header 'X-Neucron-Business-ID;' \
--header 'X-Neucron-App-Secret;' \
--header 'Content-Type: application/json' \
--data '{
"plan_id": "string",
"plan_name": "string",
"plan_pricing": {
"billable_amount": 0,
"billing_type": "WEEKLY",
"credit_expirable": true,
"credit_to_grant": 0,
"currency": "CLP",
"over_due_days": 0
}
}'{
"message": "string"
}