{
"serial_no": "string",
"debicheck_error_code": "string",
"debicheck_error_msg": "string"
}
curl --location --request POST 'pbs/pos/wisecashier/debicheck/fail' \
--header 'Content-Type: application/json' \
--data-raw '{
"serial_no": "string",
"debicheck_error_code": "string",
"debicheck_error_msg": "string"
}'
{
"code": "string",
"msg": "string",
"psn": "string",
"data": {
"serial_no": "string"
}
}