curl --request GET \
--url https://crypto.westminister.tech/api/v1/auth/users/count \
--header 'Authorization: Bearer <token>'{
"count": 123
}Returns the total number of users in the system.
curl --request GET \
--url https://crypto.westminister.tech/api/v1/auth/users/count \
--header 'Authorization: Bearer <token>'{
"count": 123
}