Biller Implement this endpoint
{
"biller_code":"1111",
"consumer_code": "C000001"
}curl --location -g --request POST '{{Biller_Domain}}/consumer/validate' \
--header 'token: biller token' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"biller_code":"1111",
"consumer_code": "C000001"
}'{
"code": "000",
"message": "",
"message_kh": "",
"data": {
"consumer_code": "C000001",
"consumer_name": "សូនី វ៉ាន់នេត",
"consumer_name_latin": "SONY Vannet",
"additional_information": "អសយដ្ឋាន : ផ្លូវ 271"
}
}