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