curl --location --request POST '/apis/v1/mini-game-logs/by-email' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "",
"limit": 10,
"page": 1
}'{
"status": "success",
"message": "Mini game logs fetched successfully",
"data": {
"logs": [],
"pagination": {
"total": 50,
"page": 1,
"limit": 10,
"totalPages": 5
}
}
}