curl --request POST \
--url https://api.notchpay.co/beneficiaries \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"channel": "cm.mtn",
"name": "John Doe",
"account_number": 237680000000,
"email": "[email protected]",
"phone": 237680000000,
"description": "Employé",
"country": "CM",
"reference": "ref_123456789"
}
'