curl --location --request GET 'https://open.teambition.com/api/org/member/count' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgId": "string",
"filter": "string"
}'
{
"result": {
"count": 0,
"disabledCount": 0,
"enabledCount": 0
},
"code": "string",
"errorMessage": "string"
}