{
"userIds": [
"string"
]
}
curl --location --request POST 'https://core.authing.cn/api/v2/orgs/nodes/61de8fcf0ce836d4b8d1f866/members' \
--header 'Authorization: Bearer sdfdsfsdfdsfsdf' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
"string"
]
}'
{
"code": 200,
"message": "添加成员成功"
}