curl --location 'https://api.gotreek.com/api/wallet-transactions?page=undefined&per_page=undefined&type=undefined&wallet=undefined&search=undefined&created_from=undefined&created_to=undefined&reason=undefined&shipment_company=undefined&warehouse_id=undefined&sort_by=undefined&sort_dir=undefined' \
--header 'Authorization: Bearer <token>'{
"current_page": 1,
"data": [
{
"id": 101,
"key": "main:101",
"source": "main",
"type": "credit",
"amount": 50,
"amount_formatted": "50.00",
"reason": "account_recharge",
"is_debit": false,
"can_print_invoice": true,
"can_download_attachment": false,
"remaining_balance": 50,
"description": "Account recharge",
"shipment_company": null,
"shipment_reference": null,
"weight_grams": 1500,
"order_number": null,
"created_at": "2026-08-21T10:15:00+00:00",
"updated_at": "2026-08-21T10:15:00+00:00"
}
],
"per_page": 20,
"total": 1
}