curl -X POST https://api.socialsell.ai/v1/broadcasts/audience/estimate \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"audience": {
"type": "tags",
"tags": ["cliente"],
"tagsOperator": "or",
"hasWhatsapp": true
}
}'