{
"entity_type": "USER",
"plan_name": "string",
"plan_pricing": {
"billable_amount": 0,
"billing_type": "WEEKLY",
"credit_expirable": true,
"credit_to_grant": 0,
"currency": "CLP",
"over_due_days": 0
},
"plan_type": "STANDARD"
}curl --location 'https://api.neucron.io/v1/subscription/plan?customerID=&appID=' \
--header 'X-Neucron-Business-ID;' \
--header 'X-Neucron-App-Secret;' \
--header 'Content-Type: application/json' \
--data '{
"entity_type": "USER",
"plan_name": "string",
"plan_pricing": {
"billable_amount": 0,
"billing_type": "WEEKLY",
"credit_expirable": true,
"credit_to_grant": 0,
"currency": "CLP",
"over_due_days": 0
},
"plan_type": "STANDARD"
}'{
"message": "string"
}