curl --location --request GET '/api/v1/billing/invoices?page&page_size' \
--header 'Authorization: Bearer <token>'[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"invoice_no": "string",
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
"period_start": "2019-08-24",
"period_end": "2019-08-24",
"total": "string",
"status": "string",
"due_date": "2019-08-24",
"created_at": "2019-08-24T14:15:22.123Z"
}
]