Get all recipients for the current user with optional filters.
Success Response
[
{
"accountName": "John Doe",
"accountNumber": "0123456789",
"bankCode": "058",
"bankName": "Guaranty Trust Bank",
"country": "NG",
"createdAt": "2025-01-15T10:30:45.123Z",
"currency": "NGN",
"id": "rec_123456789abcdef",
"type": "bank_account",
"updatedAt": "2025-01-15T10:30:45.123Z"
},
{
"accountName": "Jane Smith",
"accountNumber": "9876543210",
"bankCode": "033",
"bankName": "United Bank for Africa",
"country": "NG",
"createdAt": "2025-02-20T14:22:33.456Z",
"currency": "NGN",
"id": "rec_987654321fedcba",
"type": "bank_account",
"updatedAt": "2025-02-20T14:22:33.456Z"
}
]