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
		}
	}
}
Language
Credentials
Header