{
"categoryid": "string"
}
curl --location --request POST 'http://localhost:8100/icvs-bmp-base/viewCategory/getCategoryParentIdList' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"categoryid": "string"
}'
{
"returncode": "",
"data": [
""
],
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}