[
"string"
]
curl --location --request POST '/dtp/other-object/list-by-ids' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'
[
{
"id": "",
"objType": "",
"classCode": "",
"majorCode": "",
"localName": "",
"positionDesc": "",
"spaceId": ""
}
]