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