{
"key": "string"
}
curl --location --request POST 'http://localhost:8507/icvs-bmm-rs/receipt/cancelMergeBill' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "string"
}'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}