{
"wherestr": "string",
"note": "string"
}
curl --location --request POST 'http://localhost:8117/stock/unAccount' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"wherestr": "string",
"note": "string"
}'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}