{
"id": "string",
"object_code": "string",
"code": "string"
}
curl --location --request POST 'http://127.0.0.1/v1/org-node/disable' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"object_code": "string",
"code": "string"
}'
{
"id": "string"
}