Returns the total number of cards for a team.
cURL
curl --request GET \ --url https://api.superthread.com/v1/{team_id}/cards/count
{ "count": 10 }
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
total number of cards
The total number of cards for the specified workspace.
10