1curl -X POST 'https://api.budpay.com/api/v2/account_name_verify' \2 -H 'Content-Type: application/json' \3 -H 'Authorization: Bearer YOUR_SECRET_KEY' \4 -d '{5 "bank_code": "000013",6 "account_number": "0050883605"7}'{ "success": true, "message": "Account name retrieved", "data": "SAMUEL OWOLABI BLESSING"}