{
"id": 0,
"counted_qty": 0
}
curl --location --request PUT '/stocktaking' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"counted_qty": 0
}'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": true
}