curl --location --globoff 'https://portal.litpro.com/api/v1/invoices?filter[invoice_number]=undefined&filter[invoice_balance]=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"client": "string",
"amount": 0,
"invoiced_on": "string",
"invoice_number": "string",
"invoice_balance": 0,
"invoice_balance_due_on": "string"
}
],
"links": {
"first": "string",
"last": "string",
"prev": null,
"next": "string"
},
"meta": {
"current_page": 0,
"from": 0,
"last_page": 0,
"links": [
{
"url": "string",
"label": "string",
"page": 0,
"active": true
}
],
"path": "string",
"per_page": 0,
"to": 0,
"total": 0
}
}