curl --location 'https://api-dev.commandroom.ai/api/api/task-shares/42/stats' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: '{
"data": {
"total_shares": 10,
"public_shares": 1,
"organization_shares": 1,
"total_usage": 10,
"shared_with_organizations": [
"string"
]
}
}