post https://api.lenco.co/access/v2/transfer-recipients/lenco-money
Create transfer recipient as a bank account
Response schema:
{
"status": boolean,
"message": string,
"data": {
"id": string,
"currency": string,
"type": "string",
"country": string,
"details": {
"type": "lenco-money",
"accountName": string,
"walletNumber": string
}
}
}