PlanService::activeCommercialPlans().curl --location '//api/v1/plans'{
"data": [
{
"id": "string",
"slug": "string",
"name": "string",
"description": "string",
"currency": "string",
"monthly_price": "string",
"yearly_price": "string",
"trial_days": 0,
"is_default": true,
"sort_order": 0,
"features": [
{
"key": "string",
"enabled": true,
"label": "string"
}
],
"limits": [
{
"key": "string",
"value": 0,
"unlimited": true,
"label": "string"
}
]
}
],
"meta": {
"currency": "string"
}
}