Authorization: Bearer ********************curl --location '/api/dict/all' \
--header 'Authorization: Bearer <token>'{
"property1": [
{
"label": "string",
"listClass": "string",
"value": "string"
}
],
"property2": [
{
"label": "string",
"listClass": "string",
"value": "string"
}
]
}