Authorization: Bearer ********************curl --location --request GET '/admin/users-by-month' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "all products and services count per month",
"data": [
{
"month": "April",
"totalCombined": 6
},
{
"month": "May",
"totalCombined": 4
},
{
"month": "July",
"totalCombined": 134
},
{
"month": "August",
"totalCombined": 17
}
]
}