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