curl --location --request GET 'https://api.jokoor.com/v1/payouts/deposits?offset&limit&start_date&end_date' \
--header 'Authorization: Bearer <token>'{
"data": {
"items": [
{
"id": "txn_abc123",
"amount": "5000.00",
"currency": "GMD",
"source": "payment",
"source_id": "pay_xyz789",
"description": "Settlement from payment",
"status": "pending",
"created_at": "2019-08-24T14:15:22.123Z",
"completed_at": "2019-08-24T14:15:22.123Z"
}
],
"count": 0,
"offset": 0,
"limit": 0
}
}