{
"relation_data": "string",
"user_ids": [
"string"
],
"relation_type": "string",
"is_default": "string",
"node_id": "string",
"object_code": "string",
"code": "string"
}
curl --location --request POST 'http://127.0.0.1/v1/tree-users' \
--header 'Content-Type: application/json' \
--data-raw '{
"relation_data": "string",
"user_ids": [
"string"
],
"relation_type": "string",
"is_default": "string",
"node_id": "string",
"object_code": "string",
"code": "string"
}'
{
"all_succeed": true,
"message": "string",
"created_tree_user_ids": [
"string"
]
}