DataSourceRequest shape (page, pageSize, skip, take).curl --location '/api/v1/payees/wallets/fiat?page=1&pageSize=20&skip=0&take=20&search=john'{
"total": 1,
"data": [
{
"id": "9b2f1c44-8a31-4f0d-9d6e-1c2b3a4d5e6f",
"favouriteName": "John's US Account",
"currency": "USD",
"bankName": "Chase Bank",
"bankCountry": "US",
"accountNumber": "****6789",
"status": "approved",
"createdDate": "2026-07-10T09:15:00Z"
}
]
}