1curl -X POST 'https://api.budpay.com/api/v2/customer' \2 -H 'Content-Type: application/json' \3 -H 'Authorization: Bearer YOUR_SECRET_KEY' \4 -d '{5 "email": "zero@budpay.com",6 "first_name": "Zero",7 "last_name": "Sum",8 "phone": "+2348123456789"9}'{ "status": true, "message": "Customer created", "data": { "email": "zero@sum.com", "domain": "test", "customer_code": "CUS_mc85c8hzzwfyowx", "id": 6, "created_at": "2022-02-01T00:01:33.000000Z", "updated_at": "2022-02-01T00:01:33.000000Z" }}