Authorization: Bearer ********************curl --location '/transactions?wallet=undefined&per_page=undefined&page=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 201,
"type": "deposit",
"amount": -100,
"wallet": "booking_balance",
"created_at": "2026-06-03T18:00:00+00:00",
"meta": {
"description": "Debited for booking #1501 — Jane Smith"
}
}
],
"links": {
"next": "http://example.com",
"prev": "http://example.com"
},
"meta": {
"current_page": 0,
"per_page": 0,
"last_page": 0,
"total": 0
}
}