curl --location 'https://api.zid.sa/v1/managers/loyalty-program/analytics?date_from=2026-01-01&date_to=2026-01-31' \
--header 'Authorization: {{Autherization}}' \
--header 'Store-ID: {{StoreId}}'{
"total_earned_points": 0,
"total_redeemed_points": 0,
"total_pending_points": 0,
"total_customers_with_points": 0,
"total_customers": 0,
"total_customers_with_redeemed_points": 0,
"total_redemption_count": 0
}