Authorization: Bearer ********************curl --location 'http://127.0.0.1:9000/courseStudyPlan/getEnum' \
--header 'Authorization: Bearer <token>'{
"property1": [
{
"value": {},
"label": "string",
"label2": "string"
}
],
"property2": [
{
"value": {},
"label": "string",
"label2": "string"
}
]
}