{
"count": 1,
"topic_resource": {}
}
curl --location --request POST 'https://example.com:30888/topic_resources' \
--header 'Content-Type: application/json' \
--data-raw '{
"count": 1,
"topic_resource": {}
}'
{
"topic_resource": {
"can_delete": true,
"can_update": true,
"delete_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"update_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
}
}
}