Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//whatsapp/campaigns/estimate-audience' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "all",
"ordered_within_days": 0,
"inactive_days": 0,
"min_total_spent": 0,
"governorate": "string",
"tags": [
"string"
],
"opted_in_marketing": true
}'{
"success": true,
"data": {
"estimated_count": 0,
"sample_recipients": []
},
"message": "string"
}