curl --location 'https://api.formaxpay.com/api/bbps/v4/bill_validation' \
--header 'Authorization: Basic aXlrdmN4TTNVRjJoNmFwREJncWhGWFRDaUxMZ0hPVVk6cE9rZCE7ZGNVUjU3MDFjOw==' \
--header 'Content-Type: application/json' \
--data '{
"agent_id": "CC01RS16AGTBBH278223",
"device": {
"ip": "164.52.211.0",
"channel": "AGT",
"mac": ""
},
"biller_id": "WEST00000WBLUN",
"input_params": {
"input": [
{
"paramName": "Consumer ID",
"paramValue": "153079219"
},
{
"paramName": "Mobile Number",
"paramValue": "9836114520"
}
]
}
}'