By ZIM policy, user can also get a number of dataflows that owned by others.
GET
/dataflows/countByPolicy/{matchingText}
curl \
--request GET 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/dataflows/countByPolicy/{matchingText}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"count": 3
}