Authorization: Bearer ********************
curl --location '/enterprise/v2/stats/users' \ --header 'Authorization: Bearer <token>'
{ "data": { "active_count": 14, "total_count": 17 }, "errors": [] }