curl --location --request DELETE 'https://app.leiga.com/openapi/api/org/remove-org-user' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 1
}'
{
"code": "0",
"data": {
"success": true
}
}