[
{
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"document": "<string>",
"email": "<string>",
"status": "<string>",
"amount": "<string>",
"reference": "<string>",
"itemName": "<string>",
"qrUrl": "<string>",
"generateQr": true,
"pdfUrl": "<string>",
"purchaseId": 123,
"purchase": {
"id": 123,
"reference": "<string>",
"buyerFirstName": "<string>",
"buyerLastName": "<string>",
"buyerEmail": "<string>",
"totalAmount": "<string>",
"createdAt": "<string>",
"organizationId": 123,
"eventPageId": 123,
"eventPage": {
"id": 123,
"name": "<string>",
"reference": "<string>"
}
}
}
]