1curl -X GET 'https://api.budpay.com/api/v2/dedicated_account_number/1671149520' \2 -H 'Authorization: Bearer YOUR_SECRET_KEY'{ "status": true, "message": "Customer account retrieved", "data": { "transactions": [], "authorizations": [], "customer": { "first_name": "Pay", "last_name": "Bud", "email": "customer3@budpay.com", "phone": null, "customer_code": "CUS_sb7na27qeas7htr", "id": 6, "created_at": "2022-03-12T16:50:14.000000Z", "updated_at": "2022-02-09T13:32:31.000000Z" }, "domain": "test", "dedicated_account": { "id": 50, "account_name": "Samji Ventures / Pay Bud", "account_number": "1671149520", "currency": "NGN", "status": "active", "created_at": "2022-03-12T15:50:20.000000Z", "updated_at": "2022-03-12T15:50:20.000000Z" }, "provider": { "id": 1, "bank_code": "000017", "bank_name": "Wema Bank", "prefix": "802" }, "assignment": "reserved" }}