{
"rwdObjectTypes": [
"PROJECT"
],
"instanceIds": [
"string"
]
}
curl --location --request POST '/tag/object-category-tags' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"rwdObjectTypes": [
"PROJECT"
],
"instanceIds": [
"string"
]
}'
[
{
"code": "",
"name": ""
}
]