customerSuccesscurl --location --request GET 'https://api.returning.ai/apis/v1/community-analytics/loyalty-overview?page=1&limit=50' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"status": "success",
"message": "Loyalty overview fetched successfully",
"data": {
"data": {},
"pagination": {}
}
}