get https://api.lenco.co/access/v1/bills/lookup-account
Verify / lookup customer account details for cable-tv and electricity
Response Schema:
{
"status": true,
"message": "",
"data": {
"customerId": string,
"customerName": string
}
}