curl --location --request GET 'https://api.sandbox.neofin.services/billing/events?next_page_token=&start_datetime=2025-01-01T00:00:00Z' \
--header 'api-key: ' \
--header 'secret-key: '
{
"events": [
{
"event_type": "string",
"event_status": "string",
"event_time": 0,
"event_description": "string",
"by": "string",
"event_category": "string",
"billing_number": "string"
}
],
"next_page_token": "string",
"count": 0
}