Authorization: Bearer ********************
{}
curl --location -g --request GET '{{base_url}}invoice/get-invoice-detail/?company_id=4&wallet_id=4' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"count": 0,
"next": null,
"previous": null,
"results": {
"success": true,
"data": [
null
]
}
}