curl --location 'https://api.formaxpay.com/api/bbps/v4/complaint_registration' \
--header 'Authorization: Basic aXlrdmN4TTNVRjJoNmFwREJncWhGWFRDaUxMZ0hPVVk6cE9rZCE7ZGNVUjU3MDFjOw==' \
--header 'Content-Type: application/json' \
--data '{
"txn_id": "CC016210CBAE80749178",
"complaint_desc": "Complaint initiated through API",
"complaint_disposition": "Transaction Successful, Amount Debited but Service Disconnected or Service Stopped"
}'{
"status": "SUCCESS",
"message": "SUCCESS",
"data": {
"complaint_id": "CC0126213CHKIZ0",
"complaint_assigned": "",
"complaint_response_code": "000",
"complaint_response_reason": "SUCCESS"
}
}