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