curl_setopt_array($curl, array(
CURLOPT_URL => 'https://live.chimoney.io/api/v0.1/wallets/transfer',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'POST',
"receiver": "Account or Team ID to transfer to",
"wallet": "Wallet type: chi, airtime, momo. Will befault to chi"
CURLOPT_HTTPHEADER => array(
'X-API-Key: API_KEY_FROM_DEV_PORTAL'
$response = curl_exec($curl);