{
"data": [
0
],
"moduleId": "string"
}
curl --location --request POST '/bill/sendBillFSL/getPrintedList' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
0
],
"moduleId": "string"
}'
{
"code": 0,
"data": [
"string"
],
"msg": "string"
}