Authorization: Bearer ********************
{}
curl --location -g --request GET '{{base_url}}wallet-transaction/?created_at&company_type=Pre Paid&search=&company_id=4&transaction_type=adjustment' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"count": 0,
"next": null,
"previous": null,
"results": {
"success": true,
"data": [
null
]
}
}