{
"userId": 1
}
curl --location --request POST 'https://ligai.cn/openapi/api/org/enable-org-user' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 1
}'
{
"code": "0",
"data": {
"success": true
}
}