curl --location 'https://api.even3.com/api/v2/certificates/' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id_pessoa": 0,
"id_event": 0,
"name": "string",
"email": "string",
"document": "string",
"certificate_url": "string"
}
],
"count": 0,
"pagination": {
"current_page": 0,
"total_page": 0,
"page_size": 0,
"quantity": 0,
"has_previous": true,
"has_next": true
}
}