{
"members": [
{
"id": "string",
"type": "account"
}
]
}curl --location '/n-account/api/departments//members' \
--header 'authorization;' \
--header 'referer;' \
--header 'Content-Type: application/json' \
--data '{
"members": [
{
"id": "string",
"type": "account"
}
]
}'{
"detail": "操作成功",
"result": "success"
}