Xtrempay Api Documentation
Authorization: Bearer ********************curl --location --request GET 'https://mock.apidog.com/m1/918700-0-default/v1/raffle/tickets?month=2025-09&limit=20&offset=0' \
--header 'Authorization: Bearer <token>'{
"timestamp": "2025-01-15T10:30:00",
"status": 0,
"success": true,
"message": "Batch deletion completed: 2 successful, 1 failed",
"data": [
{
"ticketId": "string",
"ticketNumber": "string",
"drawDate": "string",
"status": "string"
}
]
}