Authorization: ********************curl --location 'http://localhost:8080/admin/dashboard/cards' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": {
"totalMembers": 0,
"totalProjects": 0,
"monthApplications": 0,
"monthActiveMembers": 0
}
}