[
"string"
]curl --location --request POST '/core/t/schema/batch/deptmapping' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'[
{
"property1": "string",
"property2": "string"
}
]