curl --location --request POST 'http://localhost:8100/category/getCategoryMapList' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw ''
{
"returncode": "",
"data": [
{
"": {}
}
],
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}