1curl -X GET 'https://api.budpay.com/api/v2/list_dedicated_accounts' \2 -H 'Authorization: Bearer YOUR_SECRET_KEY'{ "status": true, "message": "Dedicated accounts retrieved", "data": [ { "account_name": "Samji Ventures / Tolu Oye", "account_number": "7235483839", "bank": "Wema Bank", "currency": "NGN", "status": "active", "customer": { "email": "toluxsys@yahoo.ca", "customer_code": "CUS_ctiv4kdyniqtjqe" } } ]}