Authorization: Bearer ********************curl --location --request GET 'https://pay-en-uat.enkash.in/api/v0/biller/billerType' \
--header 'Authorization: Bearer <token>'{
"response_code": 0,
"response_message": "string",
"payload": [
{
"billerType": "string",
"label": "string"
}
]
}