{
"node_user_pairs": [
{
"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/batch/tree-users-create' \
--header 'Content-Type: application/json' \
--data-raw '{
"node_user_pairs": [
{
"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"
]
}
]