curl --location --request GET 'https://mail.devtcloud.com/api/v1/billing/expenses' \
--header 'x-api-key: <api-key>'{
"total": 1,
"page": 1,
"maxPage": 1,
"data": [
{
"id": "99999999999999999",
"description": "Envio de emails (0)",
"amount": 0,
"incurredAt": "2025-10-15T00:17:37.555Z",
"userId": "9999999999999999999999",
"invoiceId": "9999999999999999999",
"createdAt": "2025-10-15T00:17:37.555Z",
"updatedAt": "2025-10-15T00:17:37.555Z"
}
]
}