{
"date": "string",
"shopid": "string"
}
curl --location --request POST '/icvs-bmm-profitorloss/lost/rptLost' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"date": "string",
"shopid": "string"
}'
{
"returncode": "",
"data": {
"totalQty": 0.0
},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}