Authorization: Bearer ********************curl --location --globoff '{{base_url}}invoice/invoice-excel-download/?company_id=undefined&company_type=undefined&invoice_status=Pending&due_date=undefined&invoice_date=undefined&transaction_type=adjustment' \
--header 'Authorization: Bearer <token>'{
"count": 0,
"next": null,
"previous": null,
"results": {
"success": true,
"data": [
"string"
]
}
}