curl --location 'https://api.formaxpay.com/api/bbps/v4/complaint_status' \
--header 'Authorization: Basic aXlrdmN4TTNVRjJoNmFwREJncWhGWFRDaUxMZ0hPVVk6cE9rZCE7ZGNVUjU3MDFjOw==' \
--header 'Content-Type: application/json' \
--data '{
"complaint_id": "CC0126213CHKIZ0",
}'{
"status": "SUCCESS",
"message": "SUCCESS",
"data": {
"complaint_id": "CC0126213CHKIZ0",
"complaint_assigned": "",
"complaint_response_code": "000",
"complaint_response_reason": "SUCCESS"
}
}