curl --location '/api/v1/portfolios//subscriptions/summary' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"total_count": 0,
"active_count": 0,
"paused_count": 0,
"cancelled_count": 0,
"monthly_total": 0,
"yearly_total": 0,
"due_soon": 0,
"overdue": 0,
"by_billing_cycle": {
"property1": 0,
"property2": 0
},
"by_category": {
"property1": 0,
"property2": 0
}
}
}