Authorization: Bearer ********************curl --location --request GET '/admin/notifications/stats' \
--header 'Authorization: Bearer <token>'{
"total_notifications": 0,
"sent_notifications": 0,
"failed_notifications": 0,
"pending_notifications": 0,
"delivery_rate": 0,
"last_24h_notifications": 0
}