x-api-key: ********************curl --location '/v1/dashboard/growth' \
--header 'x-api-key: <api-key>'{
"status": 200,
"message": "Mailbox status counts fetched successfully.",
"data": {
"active": 12,
"pending": 3,
"suspended": 0,
"deleted": 1
}
}