curl --request GET \
--url http://localhost:3000/v1/products/stats{
"rfcCount": 123,
"nonRfcCount": 123,
"activeCount": 123,
"inactiveCount": 123,
"totalCount": 123
}Returns counts of products by type (RFC/non-RFC) and status (active/inactive).
curl --request GET \
--url http://localhost:3000/v1/products/stats{
"rfcCount": 123,
"nonRfcCount": 123,
"activeCount": 123,
"inactiveCount": 123,
"totalCount": 123
}