curl --location --request GET 'https://api.sandbox.neofin.services/billing/events/seu-id-interno-123456' \
--header 'api-key: ' \
--header 'secret-key: '
[
{
"billings": [
{
"by": "string",
"event_time": 0,
"event_category": "string",
"event_description": "string"
}
],
"next_page_token": "string",
"count": 0
}
]